Skip to content
/ cnet Public

Small library written in C++ to ease the use of sockets in cross-platform use cases.

Notifications You must be signed in to change notification settings

MurkyYT/cnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small library written in C++ to ease the use of sockets in cross-platform use cases.

Resources

Stars

Watchers

Forks

Releases

No releases published