Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBoost ASIO - Network Library wrapper

  • Asynchronous network communication with Boost.ASIO
  • Binary serialization is implemented with protobuf

This is a work in progress, more examples will come shortly with documentation.

Build the project

protoc --proto_path=. --cpp_out=. request.proto
cmake .
make && make install

cd bin
./server [PORT]
./client [ADRESS = "127.0.0.1"] [PORT]

Stay tuned !

Releases

Packages

Contributors

Languages