14 lines
220 B
Markdown
14 lines
220 B
Markdown
|
|
# A simple TCP socket library for C++
|
|
|
|
|
|
Object-oriented implemented library for easy creation and management of TCP sockets.
|
|
|
|
## Features
|
|
|
|
- Client aplication
|
|
- Server aplication
|
|
- Timeout connection
|
|
- SSL certificate
|
|
|