Skip to content

korotindev/polator-test

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published