I want to send this string “ABC” to a TCP Server on local network, and the address and port are available. And I want to do this with phonegap or jquery mobile.
Any help?
Or, I have to make a proxy with PHP, and this PHP will handle the data send activity?
-Ana
jQuery/PhoneGap itself does not support TCP protocol. Using a HTTP proxy for jQuery, or a native plugin for PhoneGap.