I am new to Tizen.And i have this issue about debugging my TV app.
The Ip address that i get from the Tizen TV Emulator and Tizen TV WEB - Simulator are different .
The TV-Emulator hands me a 10.0.2.15 address
The TV-Simulator hands mye myIPV4 192.168.1.12 address. (the one is see in ipconfig)
So i can only debug connectivity using the Simulator ,as it is the only one that accepts socket nacl connections from some other phone app.
my goal is to test connectivity via Socket on the Emulator , how do i do that?
I am using C++, nacl socket .
Thanks.