语言

Menu
Sites
Language
TCP/IP socket in Native Tizen Application

hi, everyone.

I'm Trying to using TCP/IP Communication in Tizen Native Application.

In Tizen2.2 , Tizen Native Framework supports it in Tiznen::Net::Sockets.

In Tizen 2.3, I didn't find refence guide how to use TCP/IP.

Shoud I use Socket.h when comunicating another computer? or is there any different way?

Thank you in advance.

编辑者为: BeomChan Park 08 5月, 2015

响应

1 回复
Alex Dem

Hi,
In accordance with https://developer.tizen.org/tizen-2.3-sdk-release-notes all possibilities regarding sockets are:
- Socket and HTTP:
 Supporting socket and HTTP features provided by the openSSL and Curl open source libraries.
Alexey.