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 63361651f1
Update 'README.md'
5 days ago
.gitignore fixing litle issues. 4 weeks ago
Changelog adding timeout when reading web data 2 years ago
Makefile fixed make install 5 days 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' 5 days ago
UDPTCPNetwork-json.h adding new functions... 3 weeks ago
UDPTCPNetwork.h remove webserver stuff 5 days ago
json.cc adding new functions... 3 weeks ago
network.cc remove webserver stuff 5 days ago
ssl.cc adding new functions... 3 weeks ago
tcp.cc adding timeout when reading web data 2 years ago
test-json.cc adding new functions... 3 weeks ago
test-ssl.cc remove webserver stuff 5 days 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
udp.cc added better windows support 5 years ago
unix.cc added windows support 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.