zenoh-cpp

The zenoh-cpp library provides a client C++ API for the zenoh network protocol.

An introduction to Zenoh and its concepts is available on zenoh.io. Since the zenoh-cpp is a header-only wrapper library over the zenoh-c and zenoh-pico C libraries, it can be useful to reference the documentation of these libraries as well. The zenoh-c library is C interface to main implementation of zenoh in Rust (see zenoh Rust API api documentation for more information).