Hi PINTU,
You seem to mention Tizen WiFi Native API on https://developer.tizen.org/development/api-references/native-application?redirect=https://developer.tizen.org/dev-guide/3.0.0/org.tizen.native.mobile.apireference/group__CAPI__NETWORK__WIFI__MANAGER__MODULE.html Well, Tizen WiFi API basically provides WiFi managing(e.g., connection to AP) and WiFi connection monitoring(e.g., callback from AP connection breakout). Basically, when you want to write some network application, You can write some code - Connection Management: Tizen WiFi or Connection Native API - Data TX/RX: general socket programming For your reference, plz check, https://review.tizen.org/gerrit/gitweb?p=apps%2Fnative%2Fsample%2FSocketChat.git;a=summary https://review.tizen.org/gerrit/gitweb?p=apps%2Fnative%2Fsample%2FWifiDirectChat.git;a=summary Thanks, Taesoo/Steve From: Dev [mailto:[email protected]] On Behalf Of PINTU KUMAR Sent: Friday, May 26, 2017 1:08 AM To: 'Philippe Coval'; [email protected]; [email protected]; [email protected]; [email protected]; [email protected] Subject: Re: [Dev] FW: Tizen 3.0 common wifi socket client-server communication Hi Philippe, Thank you very much for your help. Actually, our requirement is very simple. We want to send some data {R,G,B} from client (Tizen App on Mobile) to server (normal TCP server on Raspberry Pi) using TCP/IP socket over Wi-Fi network. Both the devices will be connected to same AP. Then based on the command, server to take some action. Like: If ‘R’ is received => Pi will glow RED LED. If ‘G’ is received => Pi will glow GREEN LED. Now to develop TCP client application (GUI using Tizen 2.4 profile on Z2/Z3) using Tizen API, we need some help and reference. Tizen App will have 3 buttons {RED, GREEN, BLUE}. We are able to establish connection, but we could not find any API to send/receive the data over Wi-Fi. I hope it is clear now. If you have any reference or suggestion, please let us know. Thanks, Pintu From: Philippe Coval [mailto:[email protected]] Sent: Thursday, May 25, 2017 7:37 PM To: PINTU KUMAR Subject: Re: [Dev] FW: Tizen 3.0 common wifi socket client-server communication Hi what kind of communication do you have in mind ? maybe iotivity is what you need I can help on that check http://git.s-osg.org/iotivity-example On Thu, May 25, 2017 at 11:17 AM, PINTU KUMAR <[email protected]> wrote: ** On behalf of Akshit & Vivek ** Hello Tizen Dev team, I have 2 college interns in my team. They are trying to build wifi client/server based socket communication using Tizen API, to communication between 2 devices. One device contains Tizen 3.0 common (headless). Another device is Z2 with Tizen 2.4 They were able to achieve this using normal TCP Linux socket APIs. But, they want to develop a Tizen App (using Tizen studio) on Z2, using the Tizen wifi Native APIs. We could not the proper Wi-Fi API for send/receive data between 2 devices. If there is any reference or sample source code please let us know. Thanks From: Akshit Gandhi [mailto:[email protected]] Sent: Thursday, May 25, 2017 12:22 PM To: PINTU AGARWAL Subject: [Dev] Tizen 3.0 common wifi socket client-server communication Hello Everyone, Can anyone give me some guide/reference for making a tizen app (client+server) using WiFi sockets as a communication method. I have done it using Linux API's but now I want to do it with Tizen Native API's. <http://ext.samsung.net/mail/ext/v1/external/status/update?userid=pintu.k&do=bWFpbElEPTIwMTcwNTI1MDkxNjQzZXBjYXM1cDIwZjVlMDA2NjQ3YWFjZWI2NGRlZmRhMWY2MGRiMGEyMiZyZWNpcGllbnRBZGRyZXNzPWRldkBsaXN0cy50aXplbi5vcmc_> _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev -- -- https://wiki.tizen.org/wiki/User:Pcoval <http://ext.samsung.net/mail/ext/v1/external/status/update?userid=pintu.k&do=bWFpbElEPTIwMTcwNTI1MTYwODAyZXBjYXM1cDExNDhjZmM1MjMxNTdjMzE0MzRmMDE2ZWFjNmM5MjA1MSZyZWNpcGllbnRBZGRyZXNzPWRldkBsaXN0cy50aXplbi5vcmc_>
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
