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

Provide the `Path` of the library in the `Context` #246

Closed J-Loudet closed 7 months ago

J-Loudet commented 7 months ago

Describe the feature

The main motivation for this functionality comes from the Python bindings: in order to load the Python script of a Node, the pyo3 library requires a Path. To provide this path the configuration section of a Node was modified by Zenoh-Flow, adding a python-script field.

Providing the path of the library in the Context is a much cleaner approach.

Additionally, we believe this information could be useful to application developers.