Languages

Menu
Sites
Language
Selecting Connection for Communication

I'm working on an appliation that will communicate with other media devices on one's home network over Rest calls.  I wanted to ensure that any communication that the application attemps to be routed over the user's home network. Is there something that I can do to ensure the communication is rated that way in a web application? I did find that in a native application it is possible to specifically direct such communication over a specific connection, but not so with the web application. 

 

I've seen some other applications in the app store that communicate with the same hardware for which some users have expressed complaints that make me think they are experiences problems with the Tizen devices in question may be trying to use some other connection (such as the LTE) radio for the application's traffic. I want to make sure that my application doesn't fall into the same problem.