• Stars
    star
    171
  • Rank 222,266 (Top 5 %)
  • Language
    Java
  • Created almost 10 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

AndroidAsyncSocketExamples

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.

To run the TCP/UDP client/server examples, just checkout the application and run it. For the TCP client using SSL it is first necessary to setup a TCP server using SSL and the trust manager should be set up correctly.