语言

Menu
Sites
Language
Integrating web socket implementation to Native Application Project

Is it possible to incorporate websocket implemenation in native application projects. If so , how to start please guide me

响应

5 回复
Alex Dem

Hi,
I did not find the mention that this is possible for Tizen Native, here is regarding sockets for Native: https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/net/sockets.htm
but it is possible for Tizen Web https://developer.tizen.org/ru/documentation/articles/web-sockets
Alexey.

DONKADA MOHANA VAMSI

Thank you Alex

Dave Brown

Hi - has any of this changed? We would also like to be able to create a Websocket *server* on a native Tizen app.

Thanks.

Chris Stack

I am also looking to use websockets on Tizen. Have any of you tried compiling a third party library?

Shaswati Saha

You can try Socket Communication in C instead of using Websocket. Please follow the link below to know in detail.

http://www.linuxhowtos.org/C_C++/socket.htm