Skip to content

Simple library which handles tcp communication in a nice way

License

Notifications You must be signed in to change notification settings

Swistusmen/BoostCommunicationLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoostCommunicationLibrary

Simple library which handles tcp communication in a nice way. Created as one file: CommunicationMenager.cpp-it has 2 classes needed for nice communication on client side, and example main code. Server is a modified version from Boost Asio site

Compiled under boost asio v1.7.4

Test Server

g++ server.cpp -o asyncServer.out -pthread -lboost_thread
./asyncServer.out

Example code- use of library

g++ CommunicationMenager.cpp -o client.out -pthread -lboost_thread
./client.out

About

Simple library which handles tcp communication in a nice way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages