Smal library to use TCP, UDP, SSL and Sockets in C++
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.
 
 
 
Steffen Pohle eb5309723b
adding double support for JSON.
3 weeks ago
www some code cleanup 3 months ago
.gitignore fixing litle issues. 6 months ago
Changelog adding double support for JSON. 3 weeks ago
Makefile webserver exited on file not found. 2 months ago
Makefile.rules.linux added better windows support 6 years ago
Makefile.rules.windows added better windows support 6 years ago
Makefile.win update windows build 6 years ago
README.md Update 'README.md' 5 months ago
UDPTCPNetwork-json.h adding double support for JSON. 3 weeks ago
UDPTCPNetwork-webutils.h webserver exited on file not found. 2 months ago
UDPTCPNetwork.h working on the webserver. Fixing some SSL stuff 4 months ago
json.cc adding double support for JSON. 3 weeks ago
network.cc working on the webserver. Fixing some SSL stuff 4 months ago
ssl.cc working on the webserver. Fixing some SSL stuff 4 months ago
tcp.cc remove useless error messages 2 months ago
test-json.cc adding new functions... 6 months ago
test-ssl.cc remove webserver stuff 5 months ago
test-tcp.cc added windows support 6 years ago
test-tcpclient.cc added better windows support 6 years ago
test-tcpserver.cc ipv6 and ipv4 can not work with one socket at the same time. 6 years ago
test-udp.cc added windows support 6 years ago
test-webserver.cc some code cleanup 3 months ago
udp.cc added better windows support 6 years ago
unix.cc added windows support 6 years ago
webserver.cc testing stuff 1 month ago
webutils.cc again some chars where missing 2 months 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.