eclipse-zenoh-flow / zenoh-flow

zenoh-flow aims at providing a zenoh-based data-flow programming framework for computations that span from the cloud to the device.
Other
91 stars 20 forks source link

refactor(daemon): expose modules `queries` and `daemon` #221

Closed J-Loudet closed 8 months ago

J-Loudet commented 8 months ago

The queries module exposes (and groups) the structures needed to interact with a Zenoh-Flow daemon from the outside.

The daemon module exposes (and groups) the structure needed to start a Zenoh-Flow daemon.