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.
18 lines
303 B
18 lines
303 B
# 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.
|