A C++ library for decoding/encoding the binary "BYOND Topic" format. It supports both the response and request packets.
There is also a command line tool for sending "topics".
- GCC 14 / MSVC 19.0
- CMake 3.28 or newer
- Ninja
cmake -G Ninja -B ./cmake-build -DCMAKE_BUILD_TYPE=Release
cmake --build ./cmake-build
Tests written with Catch2, which can be installed with vcpkg. Configure with
-DBT_TESTS:BOOL=ON
to enable them.