Files
Johnathon Slightham e30eb39187 Allow multiple robots on the same network (#5)
* Support multiple bots on the same network

* Bulk OTa

* Bugfixes
2026-03-11 01:41:30 -04:00
..
2026-03-07 15:17:45 -05:00
2026-02-11 00:01:15 -05:00
2026-02-11 00:01:15 -05:00
2026-02-11 00:01:15 -05:00

RPC Call Example

Compiling

conan install . --build=missing --output-folder=build -s build_type=Release
cmake -S . -B "build" -DCMAKE_TOOLCHAIN_FILE="build/conan_toolchain.cmake" -DCMAKE_BUILD_TYPE="Release"
cmake --build "./build" --config "Release"

./build/RpcCallExample