C++ Example application and service that utilizes up-client-zenoh-cpp
- Compiler: GCC/G++ 11 or Clang 13
- Ubuntu 22.04
- conan : 1.59 or latest 2.X
- install up-client-zenoh-cpp library https://github.com/eclipse-uprotocol/up-client-zenoh-cpp
$ cd up-zenoh-example-cpp
$ mkdir build
$ cd build
$ conan install ..
$ cmake -S .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
$ cmake --build .