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 1edb14cf7e
adding new functions...
10 months ago
.gitignore fixing litle issues. 10 months ago
Changelog adding timeout when reading web data 3 years ago
Makefile adding new functions... 10 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 adding new functions... 10 months ago
UDPTCPNetwork-json.h adding new functions... 10 months ago
UDPTCPNetwork.h adding new functions... 10 months ago
json.cc adding new functions... 10 months ago
network.cc adding new functions... 10 months ago
ssl.cc adding new functions... 10 months ago
tcp.cc adding timeout when reading web data 3 years ago
test-json.cc adding new functions... 10 months ago
test-ssl.cc adding new functions... 10 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
udp.cc added better windows support 6 years ago
unix.cc added windows support 6 years ago
webserver.cc adding new functions... 10 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
  • WebServer (work in progress)

Sample Code

for better understanding see the test-* sample code.