Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 529 Bytes

File metadata and controls

20 lines (14 loc) · 529 Bytes

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 !