R runtime New Member Licensed User May 26, 2009 #1 Hello All, Suppose I have a server at http://xxx.xxx.xxx.xxx, the server is listening for TCP connections at port 2005, is it possible to start a GPRS connection to this IP and Port (not URL) ? Like a client-server chat over GPRS? Thank youin advance Peter
Hello All, Suppose I have a server at http://xxx.xxx.xxx.xxx, the server is listening for TCP connections at port 2005, is it possible to start a GPRS connection to this IP and Port (not URL) ? Like a client-server chat over GPRS? Thank youin advance Peter
Erel B4X founder Staff member Licensed User Longtime User May 27, 2009 #2 I think that once you are connected over GPRS, initiating a tcp connection (with Network library) should work properly.
I think that once you are connected over GPRS, initiating a tcp connection (with Network library) should work properly.