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 1fac57fecd
little error
4 hours ago
www some code cleanup 1 month ago
.gitignore fixing litle issues. 4 months ago
Changelog webserver exited on file not found. 4 hours ago
Makefile webserver exited on file not found. 4 hours ago
Makefile.rules.linux added better windows support 5 years ago
Makefile.rules.windows added better windows support 5 years ago
Makefile.win update windows build 5 years ago
README.md Update 'README.md' 4 months ago
UDPTCPNetwork-json.h adding new functions... 4 months ago
UDPTCPNetwork-webutils.h webserver exited on file not found. 4 hours ago
UDPTCPNetwork.h working on the webserver. Fixing some SSL stuff 2 months ago
json.cc adding new functions... 4 months ago
network.cc working on the webserver. Fixing some SSL stuff 2 months ago
ssl.cc working on the webserver. Fixing some SSL stuff 2 months ago
tcp.cc remove useless error messages 2 weeks ago
test-json.cc adding new functions... 4 months ago
test-ssl.cc remove webserver stuff 4 months ago
test-tcp.cc added windows support 5 years ago
test-tcpclient.cc added better windows support 5 years ago
test-tcpserver.cc ipv6 and ipv4 can not work with one socket at the same time. 5 years ago
test-udp.cc added windows support 5 years ago
test-webserver.cc some code cleanup 1 month ago
udp.cc added better windows support 5 years ago
unix.cc added windows support 5 years ago
webserver.cc little error 4 hours ago
webutils.cc again some chars where missing 1 week 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.