All Projects → reneweb → Androidasyncsocketexamples

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.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Androidasyncsocketexamples

Elixir Socket
Socket wrapping for Elixir.
Stars: ✭ 642 (+322.37%)
Mutual labels:  socket, ssl
Chat Socket
A simple chat room using java socket with the client-server paradigm
Stars: ✭ 24 (-84.21%)
Mutual labels:  socket, tcp-client
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (+425.66%)
Mutual labels:  tcp-client, ssl
Yasio
A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
Stars: ✭ 483 (+217.76%)
Mutual labels:  socket, ssl
Packetsender
Network utility for sending / receiving TCP, UDP, SSL
Stars: ✭ 1,349 (+787.5%)
Mutual labels:  tcp-client, ssl
Cppserver
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 528 (+247.37%)
Mutual labels:  tcp-client, ssl
Bigq
Messaging platform in C# for TCP and Websockets, with or without SSL
Stars: ✭ 18 (-88.16%)
Mutual labels:  socket, ssl
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (-55.92%)
Mutual labels:  socket, tcp-client
Openssl examples
examples of using OpenSSL
Stars: ✭ 67 (-55.92%)
Mutual labels:  socket, ssl
Easytcp
Simple framework for TCP clients and servers. Focused on performance and usability.
Stars: ✭ 60 (-60.53%)
Mutual labels:  tcp-client, ssl
Bizsocket
异步socket,对一些业务场景做了支持
Stars: ✭ 469 (+208.55%)
Mutual labels:  socket, tcp-client
React Native Tcp Socket
React Native TCP socket API for Android, iOS & macOS with client SSL/TLS support
Stars: ✭ 112 (-26.32%)
Mutual labels:  tcp-client, ssl
Hp Socket
High Performance TCP/UDP/HTTP Communication Component
Stars: ✭ 4,420 (+2807.89%)
Mutual labels:  socket, ssl
Testssl.sh
Testing TLS/SSL encryption anywhere on any port
Stars: ✭ 5,676 (+3634.21%)
Mutual labels:  socket, ssl
EasyFileTransfer
An easy way to transfer file with any size on network with tcp protocol.
Stars: ✭ 30 (-80.26%)
Mutual labels:  socket, tcp-client
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+427.63%)
Mutual labels:  socket, ssl
tcp-net
Build tcp applications in a stable and elegant way
Stars: ✭ 42 (-72.37%)
Mutual labels:  socket, tcp-client
cAndroid
cAndroid is tool for control your PC by Android phone
Stars: ✭ 23 (-84.87%)
Mutual labels:  socket, tcp-client
Tinytcpserver
A small tcp server working under Mono or .NET (4.0) and provides hooks for handling data exchange with clients (works under mono and .net). Behaviour/protocol/reaction could be specified via custom C# script.
Stars: ✭ 14 (-90.79%)
Mutual labels:  socket, tcp-client
Simpletcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 99 (-34.87%)
Mutual labels:  tcp-client, ssl

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].