Hi,
I have written a few Apps now using your TrtcHTTPServer/Client and TrtcFunctions and I have to say I love how simple RTC is.
I have written a very simple app that retrieves a text file from a Linux Server (Ubuntu 13.10). The server app is written in Lazarus and the Client App is written in XE5 (Mobile Platform).
The server seems to run fine and communicates well with the XE5 client app when running under Windows but when I try and run the same app under Android it fails.
Under windows the Server Reports the follwing events:-
HttpServerClientConnect
HttpServerConnect
HttpServerSessionOpen
ServerModuleSessionOpen
But under Android the last event that gets called is HttpServerConnect:-
HttpServerClientConnect
HttpServerConnect
I'm using port 13570 and the server's firewall is turned off (for now).
I have sucessfully written similar apps that talk from Android Client to Windows Server (on Port 80) but can't seem to figure out what i'm doing wrong here.
Any Ideas,
Thanks
Simon