Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 337 Bytes

Run

mkdir -p ./build
cd ./build
cmake ..
cmake --build . -j $(nproc)

Notes

  • Network - Lightweight client
  • INetworkBus - Transport protocol interface
  • NetworkBus - Simple implementation of INetworkBus (see set_server method)
  • User - receives messages;
  • NetworkUser - Wrapper for sake of SDK API simplification