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: 4 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T21:28:14.000Z (over 6 years ago)
- Last Synced: 2024-12-12T08:42:18.634Z (5 months ago)
- Topics: android, androidasync, java, socket, ssl, tcp-client, udp-client
- Language: Java
- Size: 111 KB
- Stars: 172
- Watchers: 15
- 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.