Skip to content

JaredPersonalOrganization/TCP-ASIO-ASYNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An asynchronous TCP server and client implementation using Boost ASIO. The system streams data directly from objects through a flexible virtual interface and includes an SSL handshake for secure communication.

Example files are provided in Server and Client repositories respectly.