mkdir build
cd build
cmake ..
cmake --build .
with CLI examples:
cmake -DLIBSHV_WITH_CLI_EXAMPLES=ON ..
with GUI samples:
cmake -DLIBSHV_WITH_GUI_EXAMPLES=ON ..
./minimalshvbroker --config $SRC_DIR/examples/cli/minimalshvbroker/config/shvbroker.conf
to connect to minimalshvbroker
./minimalshvclient
to connect to other shv broker
./minimalshvclient --host HOST:port
to debug RPC trafic
./minimalshvclient -v rpcmsg
to print help
./minimalshvclient --help
https://github.com/silicon-heaven/shvspy
Gui tool to inspect shv tree and to call shv methods. Latest version can be downloaded from here. There is also a WebAssembly version.