AndroidAsyncSocketExamples
AndroidAsyncSocketExamples copied to clipboard
This project includes a few examples on how to create different types of sockets using AndroidAsync. It includes examples for a TCP client/server, TCP client with SSL and UDP client/server.
I have used your example code to make tcp calls to my server, initially it went well, but problem is it keeps repeating the call and returns incomplete data. I...
Others tcp server did not return a message, the project tcpclient directly unable to connect, how to solve
Udp can't communicate normally in wifi 5g/hz, but there is no problem in 2.4g/hz band, no problem with tcp
I want to send message to remote address server, but i can't get the right methods.I have some issues that Why in MainActivity, Server and Client only can Use localhost,when...