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 dcc99155bc
json SetArray without values will setup an empty array
4 weeks ago
www not all cookies where returned by the GetCookie function 1 month ago
.gitignore adding base64 decoding 1 month ago
Changelog json SetArray without values will setup an empty array 4 weeks ago
Makefile adding base64 decoding 1 month ago
Makefile.rules.linux getrandomtext did not work as expected. needed to set a better seed 1 month ago
Makefile.rules.windows added better windows support 6 years ago
Makefile.win update windows build 6 years ago
README.md Update 'README.md' 7 months ago
UDPTCPNetwork-json.h json SetArray without values will setup an empty array 4 weeks ago
UDPTCPNetwork-webutils.h adding function to request a certain http header 1 month ago
UDPTCPNetwork.h adding base64 decoding 1 month ago
json.cc json SetArray without values will setup an empty array 4 weeks ago
network.cc working on the webserver. Fixing some SSL stuff 5 months ago
ssl.cc increase buffer for base64decoding and nulltemrinate anything we get 1 month ago
tcp.cc remove useless error messages 3 months ago
test-base64.cc adding base64 decoding 1 month ago
test-getrandom.cc getrandomtext did not work as expected. needed to set a better seed 1 month ago
test-json.cc adding new functions... 7 months ago
test-ssl.cc getrandomtext did not work as expected. needed to set a better seed 1 month 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 adding function to request a certain http header 1 month ago
udp.cc added better windows support 6 years ago
unix.cc added windows support 6 years ago
webserver.cc some little updates 1 month ago
webutils.cc adding function to request a certain http header 1 month 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.