https://github.com/reneweb/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.
https://github.com/reneweb/androidasyncsocketexamples
android androidasync java socket ssl tcp-client udp-client
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/reneweb/androidasyncsocketexamples
- Owner: reneweb
- Created: 2014-12-20T23:54:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T21:28:14.000Z (about 7 years ago)
- Last Synced: 2025-08-21T21:39:16.012Z (5 months ago)
- Topics: android, androidasync, java, socket, ssl, tcp-client, udp-client
- Language: Java
- Size: 111 KB
- Stars: 173
- Watchers: 14
- Forks: 63
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.