Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 775 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 775 Bytes

logo

cnet is a small library written in C++ to ease the use of sockets in cross-platform use cases.

Features

  • Cross-platform code usage, same code for different platforms (Linux and Windows)
  • Base Socket class for custom socket creation
  • Classes for TCPSocket and UDPSocket
  • Built-in Server and Client classes for threaded async TCP and UDP simultaneous communications

Examples