You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 days ago | |
|---|---|---|
| .gitignore | 4 weeks ago | |
| Changelog | 2 years ago | |
| Makefile | 5 days ago | |
| Makefile.rules.linux | 5 years ago | |
| Makefile.rules.windows | 5 years ago | |
| Makefile.win | 5 years ago | |
| README.md | 5 days ago | |
| UDPTCPNetwork-json.h | 3 weeks ago | |
| UDPTCPNetwork.h | 5 days ago | |
| json.cc | 3 weeks ago | |
| network.cc | 5 days ago | |
| ssl.cc | 3 weeks ago | |
| tcp.cc | 2 years ago | |
| test-json.cc | 3 weeks ago | |
| test-ssl.cc | 5 days ago | |
| test-tcp.cc | 5 years ago | |
| test-tcpclient.cc | 5 years ago | |
| test-tcpserver.cc | 5 years ago | |
| test-udp.cc | 5 years ago | |
| udp.cc | 5 years ago | |
| unix.cc | 5 years ago | |
README.md
libUDPTCPNetwork
library collection of usefull network function prepared for windows and linux.
support
the following connection types are supported
- TCP
- UDP
- SSL
- Unix-Sockets (only on linux)
additional stuff
- JSON
Sample Code
for better understanding see the test-* sample code.