zenoh-goΒΆ

The zenoh-go library provides a Go zenoh client API for zenoh.

An introduction to zenoh and its concepts is available on zenoh.io.

Warning

zenoh has been subjet to a complete rewrite with major protocol updates between versions 0.4.2 and 0.5.0. The Go API does not yet integrate those changes and is only compatible with version 0.4.2 of the zenoh daemon and the underlying zenoh-c stack.

Note that this library also provides a low-level API (zenoh-net) that gives access to the zenoh protocol primitives and allow some advanced use cases where a fine tuning of the protocol is required.