Skip to content

0.4.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gabrik gabrik released this 22 Feb 09:43
c874229

Patch release with bug fixes :

  • Rust source template #147
  • Error messages #145
  • Multi-runtime deployment #146

Binaries

Binaries are attached to this release page.

Install from apt

If you are not interested in building Zenoh Flow yourself, and you are running an apt-based system (i.e., Debian or Ubuntu),
you can add the APT repository and install Zenoh Flow with your package manager.

echo "deb [trusted=yes] https://download.eclipse.org/zenoh/zenoh-flow/debian-repo/0.4.0-alpha.2/ /" | sudo tee -a /etc/apt/sources.list.d/zenoh-flow.list > /dev/null
sudo apt update
sudo apt install zenoh-flow-daemon zfctl

Python API

In order to install the Python API you can leverage the apt repository and pypi:

sudo apt install zenoh-flow-python
pip install eclipse-zenoh-flow==0.4.0a2