Package: libzenohc
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 7603
Filename: 0.5.0-beta.9/libzenohc_0.5.0~beta.9_armel.deb
Size: 2070740
MD5sum: 6230f3eab5ab0f49607e45034930f52a
SHA1: 35fcd5f2cedd9afd5ddd6a29d8f266fb64c69e56
SHA256: 338e0aaba11be9dbbffe51edadb86aca068fd24d8adbb4461aeb71239d837b33
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohc
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 8340
Depends: libc6 (>= 2.18)
Filename: 0.5.0-beta.9/libzenohc_0.5.0~beta.9_amd64.deb
Size: 2247308
MD5sum: 0d221b2bffc3bbf3cb177f223b20347c
SHA1: a9bdf1ed852365cdbbf97629a7d8c2241f87bca4
SHA256: 78bf7173c0b69a3d22cac559009b66bf257f1b272c220e17f45fd8be34b43062
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohc
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 7257
Filename: 0.5.0-beta.9/libzenohc_0.5.0~beta.9_arm64.deb
Size: 1941940
MD5sum: c414bf261d5ebcdd98cfe84060818210
SHA1: 91372f8f5c1b5af9cab0a437d8dc15f430cbfd10
SHA256: c72357358ded196921fcb1843a5a9dd740e0bad883f955ab0f9230632f07fba2
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohc
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 7513
Filename: 0.5.0-beta.9/libzenohc_0.5.0~beta.9_armhf.deb
Size: 2077076
MD5sum: c24f702e855f148083ae97690956ec2a
SHA1: 1307de4f1fe7c3b6e4bf08f7cd385f48d289226e
SHA256: 310c8bf296da7b2d600193e86ee523f7a470cb3c5817c37df3598ad0153ea7ec
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohc-dev
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 53
Depends: libzenohc (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/libzenohc-dev_0.5.0~beta.9_armhf.deb
Size: 14096
MD5sum: f1ef4a9542bc467704097f7a01f73a66
SHA1: 2b8b20ba08d9ab6610e146f71c07e57e191fdcd6
SHA256: fa905b635efb77b369c6a4ba80eacff8f9bc743741d7d45a48b19f9236032165
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohc-dev
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 53
Depends: libzenohc (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/libzenohc-dev_0.5.0~beta.9_amd64.deb
Size: 14092
MD5sum: eed8e09ae8747338a31beca66ab62470
SHA1: 3b9b3a0239be13c05e4c36dd004e89253c8d5998
SHA256: 1b4bc0e12d6b454e80a29ad17de26354fac97433a4c62219c0a74c65e08e2882
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohc-dev
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 53
Depends: libzenohc (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/libzenohc-dev_0.5.0~beta.9_armel.deb
Size: 14096
MD5sum: eb02c5993f610fb0100b3af8e38f9a82
SHA1: 7b87dd06ed1f46d29d41a6a1aa8838cbd3a6c52a
SHA256: 8e83c883e47ffce5876648cc699db899800cd7e03d1a5964437dedd217e72b08
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohc-dev
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 53
Depends: libzenohc (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/libzenohc-dev_0.5.0~beta.9_arm64.deb
Size: 14080
MD5sum: d9aa2e60bccc3a851e758b906c31a7fb
SHA1: 72c1b56dfeabcda8ea2d76f7db720897f8784770
SHA256: d9f4d8f9d0a6a42e7e8dec7fa3c3ae359141badf53226751cb435d08f4425f2f
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh C client API
 ![zenoh banner](./zenoh-dragon.png)
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh-c/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh-c/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-c/badge/?version=latest)](https://zenoh-c.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 .
 # Eclipse zenoh C Client API
 .
 [Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant
 [Named Data Networking](http://named-data.net) (NDN) protocol
 that is able to scale down to extremely constrainded devices and networks.
 .
 -------------------------------
 ## How to install it
 .
 Work in progress...
 .
 -------------------------------
 ## How to build it
 .
 1. Make sure that [rust](https://www.rust-lang.org) is available on your
 platform:
 .
   -- Ubuntu --
 .
   ```bash
   $ sudo apt-get install rustc
   ```
 .
   -- MacOS --
 .
   ```bash
   $ brew install rust
   ```
 .
 2. Clone the [source] with `git`:
 .
    ```sh
    git clone https://github.com/eclipse-zenoh/zenoh-c.git
    cd rust
    ```
 .
 [source]: https://github.com/eclipse-zenoh/zenoh-c
 .
 3. Build and install:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 If you want to build with debug symbols set the `BUILD_TYPE=Debug` environment
 variable before running `make` and `make install`:
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ export BUILD_TYPE=Debug
   $ make
   $ make install # on linux use **sudo**
   ```
 .
 ## Building the Examples
 .
   ```bash
   $ cd /path/to/zenoh-c
   $ make examples
   ```
 .
 ## Running the Examples
 .
 ### Basic Pub/Sub Example
 ```bash
 $ ./target/release/examples/zn_sub
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub
 ```
 .
 ### Eval and Query Example
 ```bash
 $ ./target/release/examples/zn_eval
 ```
 .
 ```bash
 $ ./target/release/examples/zn_query
 ```
 .
 ## Running the Throughput Examples
 ```bash
 $ ./target/release/examples/zn_sub_thgr
 ```
 .
 ```bash
 $ ./target/release/examples/zn_pub_thgr
 ```
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-c
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-c

Package: libzenohpico
Version: 0.5.20211126dev
Architecture: mips
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 4
Depends: libc6 (>=2.12)
Filename: 0.5.0-beta.9/libzenohpico_0.5.20211126dev_mips.deb
Size: 608
MD5sum: 2b35a57f846f449b3ab6eb3bfca914b2
SHA1: ff2cb8792ed1c5834e6f558702160b4cc0b499b3
SHA256: b131871220f95e85c79a35a110be56530abf4a215449fb12273ff1957b918335
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices

Package: libzenohpico
Version: 0.5.20211126dev
Architecture: i386
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 4
Depends: libc6 (>=2.12)
Filename: 0.5.0-beta.9/libzenohpico_0.5.20211126dev_i386.deb
Size: 608
MD5sum: bf7bd79e9021187706633f5a5e6218bb
SHA1: db8469294eae733b813e39670a1f747dc4a6033e
SHA256: 2e747619fc2aa355fe7f0ffd0a8e074f819a7f52f297e125d1ccbe4976bcf6b7
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices

Package: libzenohpico
Version: 0.5.20211126dev
Architecture: arm64
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 4
Depends: libc6 (>=2.12)
Filename: 0.5.0-beta.9/libzenohpico_0.5.20211126dev_arm64.deb
Size: 612
MD5sum: 076ad8328b12abf8e28f094c929f18ef
SHA1: 17abfe6d34b1321c380a407b2c90ad197a46c10c
SHA256: 15376192b4a16894de331974e8859dc88004adfd6013a0ea153e8ca1a9004539
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices

Package: libzenohpico
Version: 0.5.20211126dev
Architecture: armhf
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 4
Depends: libc6 (>=2.12)
Filename: 0.5.0-beta.9/libzenohpico_0.5.20211126dev_armhf.deb
Size: 610
MD5sum: 542c0334e7b9885d1857ce085993ac01
SHA1: 344dc7462759aaec8a555c7f99c921e9db3cc54d
SHA256: af2597f795f9186d05412b069cab513021cd7699cf6bbfd8ddc3b58083c3dbcb
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices

Package: libzenohpico
Version: 0.5.20211126dev
Architecture: amd64
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 4
Depends: libc6 (>=2.12)
Filename: 0.5.0-beta.9/libzenohpico_0.5.20211126dev_amd64.deb
Size: 610
MD5sum: 3c9c7735c953dbb6df2f8bcfe0580bff
SHA1: 4c848228635526d8e9778d23519aa6d715623a24
SHA256: cc500af6f40396ac2dd60c5f33c5d76b2cba588b86d5e97308eab43be354a81c
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices

Package: libzenohpico
Version: 0.5.20211126dev
Architecture: arm
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 4
Depends: libc6 (>=2.12)
Filename: 0.5.0-beta.9/libzenohpico_0.5.20211126dev_arm.deb
Size: 606
MD5sum: 921d367d9f325bf848223740ce14df6d
SHA1: 0b0b1824abf9dc59c5049abb2d542268bfe40f97
SHA256: ae5d8c5957d26dee4242d80aadb59f6ed15fe9a0031476f4fdb534c631dbcd68
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices

Package: libzenohpico-dev
Version: 0.5.20211126dev
Architecture: mips
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 197
Depends: libzenohpico (=0.5.20211126dev)
Filename: 0.5.0-beta.9/libzenohpico-dev_0.5.20211126dev_mips.deb
Size: 24488
MD5sum: 9257551d8ed5df86c573835269a46eed
SHA1: b8d4a0bf73704f76b5f64709b334a5144a2a1567
SHA256: a0dd1ac62afaf9a8b26cc378024a1ac49868bd2bb52a52f0361e835dd58e6b9f
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices - devel files

Package: libzenohpico-dev
Version: 0.5.20211126dev
Architecture: amd64
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 197
Depends: libzenohpico (=0.5.20211126dev)
Filename: 0.5.0-beta.9/libzenohpico-dev_0.5.20211126dev_amd64.deb
Size: 24490
MD5sum: f7f136c2d5c72e3874da542580871ec7
SHA1: a04face863db79cbdc12525d136537478b10f0b9
SHA256: 0eb12d5ede695b75b7f172466ee4f366035143bf29353bb492f0fb4be1878cf4
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices - devel files

Package: libzenohpico-dev
Version: 0.5.20211126dev
Architecture: arm64
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 197
Depends: libzenohpico (=0.5.20211126dev)
Filename: 0.5.0-beta.9/libzenohpico-dev_0.5.20211126dev_arm64.deb
Size: 24490
MD5sum: 62b7ad74136d8b50ce0ef95a7f1427e6
SHA1: d980aed79be70e8b2f7c8ba301d63f1ca6bfc572
SHA256: 87ced0579a53ef46f915c4373601d6a59113a39c25e110ebd9e2703955a090f6
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices - devel files

Package: libzenohpico-dev
Version: 0.5.20211126dev
Architecture: i386
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 197
Depends: libzenohpico (=0.5.20211126dev)
Filename: 0.5.0-beta.9/libzenohpico-dev_0.5.20211126dev_i386.deb
Size: 24486
MD5sum: dd6374daf34a47a766fd64f8d1c4fd19
SHA1: e76842ec1bf1761546cb8c9db25fed2f59584057
SHA256: cda90fe99b40e9a0904437598bc51eb1dc53c7c0311fabbf70d851a4a3b8a1e7
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices - devel files

Package: libzenohpico-dev
Version: 0.5.20211126dev
Architecture: arm
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 197
Depends: libzenohpico (=0.5.20211126dev)
Filename: 0.5.0-beta.9/libzenohpico-dev_0.5.20211126dev_arm.deb
Size: 24482
MD5sum: 2eb796ca3a8133243064f2a6ddec0cc2
SHA1: 1a2c9805ef9043253ee5e6ce64237c1cb1eb71fb
SHA256: 1819356cf4417d9f0297fe2fdf434b1513dd84267265829c2ad0c3769e57587c
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices - devel files

Package: libzenohpico-dev
Version: 0.5.20211126dev
Architecture: armhf
Maintainer: ADLINK zenoh team, <zenoh@adlink-labs.tech>
Installed-Size: 197
Depends: libzenohpico (=0.5.20211126dev)
Filename: 0.5.0-beta.9/libzenohpico-dev_0.5.20211126dev_armhf.deb
Size: 24486
MD5sum: 045417998848225829482437eee0e684
SHA1: 12f4c9c0b3a2d77d2ac4dd358b7607602853c24d
SHA256: d23a768c11dd91347b8a85f41853eb069ed1c14f690c0252b20ca396e6d72dbb
Section: devel
Priority: optional
Description: The C client library for Eclipse zenoh targeting pico devices - devel files

Package: zenoh
Version: 0.5.0~beta.9
Architecture: arm64
Essential: no
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 1024
Depends: zenohd (=0.5.0~beta.9), zenoh-plugin-rest (=0.5.0~beta.9), zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh_0.5.0~beta.9_arm64.deb
Size: 828
MD5sum: 343ebbef8a3bb4065855662334a230ad
SHA1: 37f2d3b251d89c93298a033007c7ecb57efe06d0
SHA256: 5e81d24d06cf6318a72e97d1825e17fc7846d82828948c9596da2e50487010ce
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh top-level package
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh
Version: 0.5.0~beta.9
Architecture: armhf
Essential: no
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 1024
Depends: zenohd (=0.5.0~beta.9), zenoh-plugin-rest (=0.5.0~beta.9), zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh_0.5.0~beta.9_armhf.deb
Size: 824
MD5sum: 50690e05bc1fa670b9dde1d1eb6bb54d
SHA1: 9f1e2519e623ff66e53a3d9080427e311d6fce76
SHA256: c3fe30006f957021004d29c1db1ed532ef562d5e1aff5e570307a76da0501a8b
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh top-level package
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh
Version: 0.5.0~beta.9
Architecture: amd64
Essential: no
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 1024
Depends: zenohd (=0.5.0~beta.9), zenoh-plugin-rest (=0.5.0~beta.9), zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh_0.5.0~beta.9_amd64.deb
Size: 828
MD5sum: 5882ab6d00c8728a5ceb2cc900ab333b
SHA1: 6d0f2b73edb56aa57d8b9be9046deff440c1c973
SHA256: 786f7cad7ce586f6cbdfed0de7b94ad565c9a1659a7ee5a879599398975a632c
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh top-level package
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh
Version: 0.5.0~beta.9
Architecture: armel
Essential: no
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 1024
Depends: zenohd (=0.5.0~beta.9), zenoh-plugin-rest (=0.5.0~beta.9), zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh_0.5.0~beta.9_armel.deb
Size: 828
MD5sum: 8de9a6e55cd8357914f6767974a37e9c
SHA1: 4ccf2d77e822428ae57e3842da8d484a3b2f0c58
SHA256: 988aa0341b2952f6a03518ca1ffa36dfc654da1a9a3d80c10065ad500f79ca3c
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh top-level package
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-backend-filesystem
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 5964
Depends: zenoh-plugin-storages  (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-filesystem_0.5.0~beta.9_armel.deb
Size: 1910044
MD5sum: 5e67d8b389d9b35543b8f93752787a52
SHA1: b492a8ad88e3fc93fddf7c0e90d6ab9ebe7f5c05
SHA256: 60874560fd56827b7206a5384570d783e94fcb5004bd2d1ac0e9117f7ead28a6
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_filesystem]

Package: zenoh-backend-filesystem
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4836
Depends: zenoh-plugin-storages  (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-filesystem_0.5.0~beta.9_armhf.deb
Size: 1973400
MD5sum: b53c8cd47b0ac92c7448ea5aee856cdf
SHA1: 2141f92b8049d132ba7de81e3db06595d2b887b2
SHA256: 9cff3b684902fca13b51b5115d19337825e5e9065792f458bef1277f5a876ed7
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_filesystem]

Package: zenoh-backend-filesystem
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 7553
Depends: zenoh-plugin-storages  (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-filesystem_0.5.0~beta.9_amd64.deb
Size: 2353972
MD5sum: b005e0d1ebc7a7060f5455a5a044f6c5
SHA1: ab366d67b262d79231d0f2fbe08472ba873e9f1d
SHA256: e4c079c82983249d10aee4aa1a475cffa086216ae0075e83299d2e07acc60f17
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_filesystem]

Package: zenoh-backend-filesystem
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 6466
Depends: zenoh-plugin-storages  (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-filesystem_0.5.0~beta.9_arm64.deb
Size: 1953720
MD5sum: eb1a045393a5212e4f90cd60dc6440ee
SHA1: 95dbbe24bf34cd42d1ce61694a7345bcc071dee1
SHA256: fc55ecd48730670d2d9d0f46ca3bd75298b4777e54d08ad68df0019706b67dd6
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_filesystem]

Package: zenoh-backend-influxdb
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 3764
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-influxdb_0.5.0~beta.9_armhf.deb
Size: 1135788
MD5sum: 587ddee74a8f90f5be95af7cbba87931
SHA1: 87fa52a7adc5a15d63c61ecbef9fc162a63828d4
SHA256: 8aaf8cc2504de297345bb7d864593de3ef4c4d578c06c1ac49f99f494069d12f
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_influxdb]

Package: zenoh-backend-influxdb
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 3852
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-influxdb_0.5.0~beta.9_armel.deb
Size: 1135108
MD5sum: e74df87a44b0c440687aec14a6bf8adb
SHA1: aad905517eae0a5407a3cec643c225452c259d81
SHA256: d96577a780d12bb2be61074a1e817867213f9aa2db310447f3319e776c827ea1
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_influxdb]

Package: zenoh-backend-influxdb
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4325
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-influxdb_0.5.0~beta.9_arm64.deb
Size: 1265752
MD5sum: 99b79ead622eac4008daed5c8a7f0f07
SHA1: 79712143c2d0a9045212da112ad00512a4623b80
SHA256: 09a1dac447ed04a70d6399b55592c5925a5fabde0c25f0e20e521be8317d67de
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_influxdb]

Package: zenoh-backend-influxdb
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4893
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-influxdb_0.5.0~beta.9_amd64.deb
Size: 1482996
MD5sum: e40a2845c4f673af322ba47d88442d22
SHA1: 77d4f9cc319098b61f6f81a1e50661e06af16776
SHA256: b595adb8e1565272fe9fc1d35f23d12ce8fba6ef672d29613626ede853684ff2
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_influxdb]

Package: zenoh-backend-rocksdb
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 7441
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-rocksdb_0.5.0~beta.9_amd64.deb
Size: 2338580
MD5sum: 9d7f5bff0580ee2d498fbd96ff2500bf
SHA1: e35533af2edd36c251503f9525f45732730c730e
SHA256: ef4df75f619596ad8d7d1d34b3c48c9ce623c97fa8a16ad85936f519ed6dc6bd
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_rocksdb]

Package: zenoh-backend-rocksdb
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 5928
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-rocksdb_0.5.0~beta.9_armel.deb
Size: 1903136
MD5sum: 60dbb167520b332661e0a681646ea6fa
SHA1: d5e275768e2def82254478e30792b70f67222664
SHA256: 81af58eddb814ece0094e69108c0d00685c88acb404c280bab4c10ba6fdb064b
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_rocksdb]

Package: zenoh-backend-rocksdb
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4764
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-rocksdb_0.5.0~beta.9_armhf.deb
Size: 1965624
MD5sum: 9265ac619766d07c2a6849dcad03b077
SHA1: 7cd6e78f8dcaa1aa719e40e9010440e25b0f61d6
SHA256: d2d3457c5335b7efa0210ecaa320d48c5340fd026bbdae6a84ff7758e33a3050
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_rocksdb]

Package: zenoh-backend-rocksdb
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 6370
Depends: zenoh-plugin-storages (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-backend-rocksdb_0.5.0~beta.9_arm64.deb
Size: 1941992
MD5sum: a3dc98675a9029e49f85bad6c8948ab3
SHA1: ccf7c42bee3c82389ae33522e2752d94de076ed2
SHA256: c57b788b0599b17198ff0391218e02e2c25eeb61929bccb7055bfc905c29c4c4
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_backend_rocksdb]

Package: zenoh-plugin-rest
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 2791
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-rest_0.5.0~beta.9_armhf.deb
Size: 832916
MD5sum: b4b2ad1f9143a43067e904e7002425c6
SHA1: 805ae3ab5b1b0c15a71b4f1e62df07b482e8b736
SHA256: 3e128f2093e6609c57dd950b6f955b2ab9f5ad2a804b5a53860ea7a8f9b08d5b
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh REST plugin
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-rest
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 3025
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-rest_0.5.0~beta.9_arm64.deb
Size: 794012
MD5sum: c6167dff896f11663dd9cc970a8c428c
SHA1: c1bbb6901552de00c96e55dd946e5e7448dfec8d
SHA256: eb38b55a0279748405fae45b5531323c453ce255b8d68e38278904ebeee1f6a6
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh REST plugin
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-rest
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 2847
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-rest_0.5.0~beta.9_armel.deb
Size: 839196
MD5sum: f477915769d94aff2ad5432cae99fd2d
SHA1: 69174f8c29b530fb1f7c86fffa884dc7f22a2fd3
SHA256: 5dfbfff1b4f5d4d354ecf08d53e5c17bfe5b4f9a9cb811647bc1cdd6b00eb6a2
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh REST plugin
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-rest
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 3401
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-rest_0.5.0~beta.9_amd64.deb
Size: 943408
MD5sum: 982b0fbdeb771599932e833e58f8b5e2
SHA1: 6273d397296d2913a2034a3a1957bf15f9bb4d66
SHA256: a4c07d344b4c4c3621550b43cd90122827283db26f63aafe132ba022dcfc2386
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh REST plugin
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-storages
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 2189
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-storages_0.5.0~beta.9_armel.deb
Size: 682888
MD5sum: ef1ef3ad04d27abf84c9cfff7b48a045
SHA1: de4889f250a85577129e1371795059d5dd6afd7e
SHA256: 615307bbfa68e1b24df9b9d2d58487bdf692cdeb95dc1d950c5c9495502e970e
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh storages plugin.
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-storages
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 2478
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-storages_0.5.0~beta.9_amd64.deb
Size: 740088
MD5sum: 927b7f1ef1a617ff020141109cc35a25
SHA1: b5d6452c92562a264e4678156b4fa9cb8bccab2f
SHA256: af4cd8b28309458aca56a3e2d460d09c20c4afbaa4370802ca2d875a3b252c72
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh storages plugin.
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-storages
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 2141
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-storages_0.5.0~beta.9_armhf.deb
Size: 678336
MD5sum: aa66321504f2033f59070f2b52b6fafc
SHA1: 7645b37331efce6e57782e257b2a4f6713828737
SHA256: 5161708116c6a534f8681d540ca6d06b189b70dfb597195574ced28c56903f6c
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh storages plugin.
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-storages
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 2194
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-storages_0.5.0~beta.9_arm64.deb
Size: 629308
MD5sum: 385a6e381293f68a0667d45d028b29bf
SHA1: e095f4f9bf7fa35e1245bf43ebcc3e88f4b130b1
SHA256: e549a208b0ef69ad36fa516ae8178b3000bcd68867628bc627a16b5411bc201f
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: The zenoh storages plugin.
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenoh-plugin-webserver
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4104
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-webserver_0.5.0~beta.9_amd64.deb
Size: 1087764
MD5sum: 0dd0ab23ede490c53e3729843573e661
SHA1: 24557ec6c3a304dca23b30afa43d6d6a11576a11
SHA256: 5fa2bfe1e1b5f14094c54a107213e1a6e5b8fc5db7ff8a6f2026de91b6b00887
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_plugin_webserver]

Package: zenoh-plugin-webserver
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 3330
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-webserver_0.5.0~beta.9_armhf.deb
Size: 910172
MD5sum: ea8556873fcb3dbc52db75187815747d
SHA1: d05c79b736f604e88c8ccd0297bd998ec8721ea7
SHA256: 575b20a6a7e431cb2e3cb05528d0f98c1f6f3e0982f05d3db3f2e9d05e64c408
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_plugin_webserver]

Package: zenoh-plugin-webserver
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 3760
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-webserver_0.5.0~beta.9_arm64.deb
Size: 911220
MD5sum: 2602acb2b0c74646016f7904acfb368e
SHA1: b51b15874557eaa24aaa99d18b3987ea7145646c
SHA256: 9077b9d8f02fa64f53ce227b8f50c674ab78c1d1c8e4465f46f44db6e1fb8aae
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_plugin_webserver]

Package: zenoh-plugin-webserver
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 3414
Depends: zenohd (=0.5.0~beta.9)
Filename: 0.5.0-beta.9/zenoh-plugin-webserver_0.5.0~beta.9_armel.deb
Size: 920764
MD5sum: 9728c823598a1f1765356bc2b3c4ff01
SHA1: d382b390156ec5a6a0ac20b9a61af3f1e1229325
SHA256: 11903ea053886740c4b10937df323984368ac7254589d82b8c25ed4416dbcba3
Section: net
Priority: optional
Description: [generated from Rust crate zenoh_plugin_webserver]

Package: zenohd
Version: 0.5.0~beta.9
Architecture: armhf
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4545
Filename: 0.5.0-beta.9/zenohd_0.5.0~beta.9_armhf.deb
Size: 1524912
MD5sum: 02a3b72484ebb58fbb30405080f4744c
SHA1: 5c0ecd857d7f962c3a1edbcffe5f21faa0169ae9
SHA256: a2209116d8eec80862434f96c64944a0f6ce3927b1c83335405df47463ce1ff5
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: Zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 <img src="http://zenoh.io/img/zenoh-dragon-small.png" height="150">
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-rust/badge/?version=latest)](https://zenoh-rust.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 # Eclipse zenoh
 The Eclipse zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 .
 Eclipse zenoh (pronounce _/zeno/_) unifies data in motion, data in-use, data at
 rest and computations. It carefully blends traditional pub/sub with
 geo-distributed storages, queries and computations, while retaining a level of
 time and space efficiency that is well beyond any of the mainstream stacks.
 .
 Check the website [zenoh.io](http://zenoh.io) for more detailed information.
 .
 -------------------------------
 ## How to install and test it
 .
 See our _"Getting started"_ tour starting with the [zenoh key
 concepts](https://zenoh.io/docs/getting-started/key-concepts/).
 .
 -------------------------------
 ## How to build it
 .
 Install [Cargo and
 Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html). Zenoh
 can be succesfully compiled with Rust stable (>= 1.5.1), so no special
 configuration is required from your side.
 To build zenoh, just type the following command after having followed the
 previous instructions:
 .
 ```bash
 $ cargo build --release --all-targets
 ```
 .
 The zenoh router is built as `target/release/zenohd`. All the examples are
 built into the `target/release/examples` directory. They can all work in
 peer-to-peer, or interconnected via the zenoh router.
 .
 -------------------------------
 ## Quick tests of your build:
 .
 **Peer-to-peer tests:**
 .
  - **pub/sub**
     - run: `./target/release/examples/z_sub`
     - in another shell run: `./target/release/examples/z_put`
     - the subscriber should receive the publication.
 .
  - **get/eval**
     - run: `./target/release/examples/z_eval`
     - in another shell run: `./target/release/examples/z_get`
     - the eval should display the log in it's listener, and the get should
 receive the eval result.
 .
 **Routed tests:**
 .
  - **put/store/get**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell run: `./target/release/examples/z_put`
     - then run `./target/release/examples/z_get`
     - the get should receive the stored publication.
 .
  - **REST API using `curl` tool**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, do a publication via the REST API:
       `curl -X PUT -d 'Hello World!' http://localhost:8000/demo/example/test`
     - get it back via the REST API:
       `curl http://localhost:8000/demo/example/test`
 .
   - **router admin space via the REST API**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, get info of the zenoh router via the zenoh admin space:
 .
       `curl http://localhost:8000/@/router/local`
     - get the backends of the router (only memory by default):
       `curl 'http://localhost:8000/@/router/local/**/backend/*'`
     - get the storages of the local router (the memory storage configured at
 startup on '/demo/example/**' should be present):
      `curl 'http://localhost:8000/@/router/local/**/storage/*'`
     - add another memory storage on `/demo/mystore/**`:
       `curl -X PUT -H 'content-type:application/properties' -d
 'path_expr=/demo/mystore/**'
 http://localhost:8000/@/router/local/plugin/storages/backend/memory/storage/my-storage`
     - check it has been created:
       `curl 'http://localhost:8000/@/router/local/**/storage/*'`
 .
 .
 See other examples of zenoh usage:
  - with the zenoh API in
 [zenoh/examples/zenoh](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh)
  - with the zenoh-net API in
 [zenoh/examples/zenoh-net](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh-net)
 .
 -------------------------------
 ## zenoh router command line arguments
 `zenohd` accepts the following arguments:
 .
   * `-c, --config <FILE>`: a configuration file containing a list of properties
 with format `<key>=<value>` (1 per-line).
     The accepted property keys are the same than accepted by the zenoh API and
 are documented
 [here](https://docs.rs/zenoh/0.5.0-beta.8/zenoh/net/config/index.html).
   * `-l, --listener <LOCATOR>...`: A locator on which this router will listen
 for incoming sessions.
     Repeat this option to open several listeners. By default `tcp/0.0.0.0:7447`
 is used. The following locators are currently supported:
       - TCP: `tcp/<host_name_or_IPv4>:<port>`
       - UDP: `udp/<host_name_or_IPv4>:<port>`
       - [TCP+TLS](https://zenoh.io/docs/manual/tls/):
 `tls/<host_name_or_IPv4>:<port>`
       - [QUIC](https://zenoh.io/docs/manual/quic/):
 `quic/<host_name_or_IPv4>:<port>`
   * `-e, --peer <LOCATOR>...`: A peer locator this router will try to connect
 to. Repeat this option to connect to several peers.
   * `--no-multicast-scouting`: By default zenohd replies to multicast scouting
 messages for being discovered by peers and clients.
     This option disables this feature.
   * `-i, --id <hex_string>`: The identifier (as an hexadecimal string - e.g.:
 0A0B23...) that zenohd must use.
      **WARNING**: this identifier must be unique in the system! If not set, a
 random UUIDv4 will be used.
   * `--no-timestamp`: By default zenohd adds a HLC-generated Timestamp to each
 routed Data if there isn't already one.
     This option disables this feature.
   * `--plugin-nolookup`: When set, zenohd will not look for plugins nor try to
 load any [plugin](https://zenoh.io/docs/manual/plugins/)
     except the ones explicitely configured with -P or --plugin.
   * `-P, --plugin <PATH_TO_PLUGIN_LIB>...`: A
 [plugin](https://zenoh.io/docs/manual/plugins/) that must be loaded.
     Repeat this option to load several plugins.
   * `--plugin-search-dir <DIRECTORY>...`:  A directory where to search for
 [plugins](https://zenoh.io/docs/manual/plugins/) libraries to load.
     Repeat this option to specify several search directories'. By default, the
 plugins libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 By default the zenoh router is delivered or built with 2 plugins that will be
 loaded at start-up. Each accepts some extra command line arguments:
 .
 **[REST plugin](https://zenoh.io/docs/manual/plugin-http/)** (exposing a REST
 API):
   * `--rest-http-port <rest-http-port>`: The REST plugin's http port [default:
 8000]
 .
 **[Storages plugin](https://zenoh.io/docs/manual/plugin-storages/)** (managing
 [backends and storages](https://zenoh.io/docs/manual/backends/))
 .
   * `--no-backend`: If true, no backend (and thus no storage) are created at
 startup. If false (default) the Memory backend it present at startup.
   * `--mem-storage <PATH_EXPR>...`: A memory storage to be created at start-up.
 Repeat this option to created several storages
   * `--backend-search-dir <DIRECTORY>...`: A directory where to search for
 backends libraries to load.
     Repeat this option to specify several search directories'. By default, the
 backends libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 -------------------------------
 ## Troubleshooting
 .
 In case of troubles, please first check on [this
 page](https://zenoh.io/docs/getting-started/troubleshooting/) if the trouble
 and cause are already known.
 Otherwise, you can ask a question on the [zenoh Gitter
 channel](https://gitter.im/atolab/zenoh), or [create an
 issue](https://github.com/eclipse-zenoh/zenoh/issues).
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenohd
Version: 0.5.0~beta.9
Architecture: arm64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4563
Filename: 0.5.0-beta.9/zenohd_0.5.0~beta.9_arm64.deb
Size: 1521596
MD5sum: 50fc69d5197c681e562fb0516afb2f17
SHA1: 3439e95e276226edcfd370d1a3fd9b2e17e0be80
SHA256: c12a4a2b1c252ad51beb8a9b71ed116cf00f63f4c25d5e5a1c23d689e7b3a7dd
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: Zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 <img src="http://zenoh.io/img/zenoh-dragon-small.png" height="150">
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-rust/badge/?version=latest)](https://zenoh-rust.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 # Eclipse zenoh
 The Eclipse zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 .
 Eclipse zenoh (pronounce _/zeno/_) unifies data in motion, data in-use, data at
 rest and computations. It carefully blends traditional pub/sub with
 geo-distributed storages, queries and computations, while retaining a level of
 time and space efficiency that is well beyond any of the mainstream stacks.
 .
 Check the website [zenoh.io](http://zenoh.io) for more detailed information.
 .
 -------------------------------
 ## How to install and test it
 .
 See our _"Getting started"_ tour starting with the [zenoh key
 concepts](https://zenoh.io/docs/getting-started/key-concepts/).
 .
 -------------------------------
 ## How to build it
 .
 Install [Cargo and
 Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html). Zenoh
 can be succesfully compiled with Rust stable (>= 1.5.1), so no special
 configuration is required from your side.
 To build zenoh, just type the following command after having followed the
 previous instructions:
 .
 ```bash
 $ cargo build --release --all-targets
 ```
 .
 The zenoh router is built as `target/release/zenohd`. All the examples are
 built into the `target/release/examples` directory. They can all work in
 peer-to-peer, or interconnected via the zenoh router.
 .
 -------------------------------
 ## Quick tests of your build:
 .
 **Peer-to-peer tests:**
 .
  - **pub/sub**
     - run: `./target/release/examples/z_sub`
     - in another shell run: `./target/release/examples/z_put`
     - the subscriber should receive the publication.
 .
  - **get/eval**
     - run: `./target/release/examples/z_eval`
     - in another shell run: `./target/release/examples/z_get`
     - the eval should display the log in it's listener, and the get should
 receive the eval result.
 .
 **Routed tests:**
 .
  - **put/store/get**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell run: `./target/release/examples/z_put`
     - then run `./target/release/examples/z_get`
     - the get should receive the stored publication.
 .
  - **REST API using `curl` tool**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, do a publication via the REST API:
       `curl -X PUT -d 'Hello World!' http://localhost:8000/demo/example/test`
     - get it back via the REST API:
       `curl http://localhost:8000/demo/example/test`
 .
   - **router admin space via the REST API**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, get info of the zenoh router via the zenoh admin space:
 .
       `curl http://localhost:8000/@/router/local`
     - get the backends of the router (only memory by default):
       `curl 'http://localhost:8000/@/router/local/**/backend/*'`
     - get the storages of the local router (the memory storage configured at
 startup on '/demo/example/**' should be present):
      `curl 'http://localhost:8000/@/router/local/**/storage/*'`
     - add another memory storage on `/demo/mystore/**`:
       `curl -X PUT -H 'content-type:application/properties' -d
 'path_expr=/demo/mystore/**'
 http://localhost:8000/@/router/local/plugin/storages/backend/memory/storage/my-storage`
     - check it has been created:
       `curl 'http://localhost:8000/@/router/local/**/storage/*'`
 .
 .
 See other examples of zenoh usage:
  - with the zenoh API in
 [zenoh/examples/zenoh](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh)
  - with the zenoh-net API in
 [zenoh/examples/zenoh-net](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh-net)
 .
 -------------------------------
 ## zenoh router command line arguments
 `zenohd` accepts the following arguments:
 .
   * `-c, --config <FILE>`: a configuration file containing a list of properties
 with format `<key>=<value>` (1 per-line).
     The accepted property keys are the same than accepted by the zenoh API and
 are documented
 [here](https://docs.rs/zenoh/0.5.0-beta.8/zenoh/net/config/index.html).
   * `-l, --listener <LOCATOR>...`: A locator on which this router will listen
 for incoming sessions.
     Repeat this option to open several listeners. By default `tcp/0.0.0.0:7447`
 is used. The following locators are currently supported:
       - TCP: `tcp/<host_name_or_IPv4>:<port>`
       - UDP: `udp/<host_name_or_IPv4>:<port>`
       - [TCP+TLS](https://zenoh.io/docs/manual/tls/):
 `tls/<host_name_or_IPv4>:<port>`
       - [QUIC](https://zenoh.io/docs/manual/quic/):
 `quic/<host_name_or_IPv4>:<port>`
   * `-e, --peer <LOCATOR>...`: A peer locator this router will try to connect
 to. Repeat this option to connect to several peers.
   * `--no-multicast-scouting`: By default zenohd replies to multicast scouting
 messages for being discovered by peers and clients.
     This option disables this feature.
   * `-i, --id <hex_string>`: The identifier (as an hexadecimal string - e.g.:
 0A0B23...) that zenohd must use.
      **WARNING**: this identifier must be unique in the system! If not set, a
 random UUIDv4 will be used.
   * `--no-timestamp`: By default zenohd adds a HLC-generated Timestamp to each
 routed Data if there isn't already one.
     This option disables this feature.
   * `--plugin-nolookup`: When set, zenohd will not look for plugins nor try to
 load any [plugin](https://zenoh.io/docs/manual/plugins/)
     except the ones explicitely configured with -P or --plugin.
   * `-P, --plugin <PATH_TO_PLUGIN_LIB>...`: A
 [plugin](https://zenoh.io/docs/manual/plugins/) that must be loaded.
     Repeat this option to load several plugins.
   * `--plugin-search-dir <DIRECTORY>...`:  A directory where to search for
 [plugins](https://zenoh.io/docs/manual/plugins/) libraries to load.
     Repeat this option to specify several search directories'. By default, the
 plugins libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 By default the zenoh router is delivered or built with 2 plugins that will be
 loaded at start-up. Each accepts some extra command line arguments:
 .
 **[REST plugin](https://zenoh.io/docs/manual/plugin-http/)** (exposing a REST
 API):
   * `--rest-http-port <rest-http-port>`: The REST plugin's http port [default:
 8000]
 .
 **[Storages plugin](https://zenoh.io/docs/manual/plugin-storages/)** (managing
 [backends and storages](https://zenoh.io/docs/manual/backends/))
 .
   * `--no-backend`: If true, no backend (and thus no storage) are created at
 startup. If false (default) the Memory backend it present at startup.
   * `--mem-storage <PATH_EXPR>...`: A memory storage to be created at start-up.
 Repeat this option to created several storages
   * `--backend-search-dir <DIRECTORY>...`: A directory where to search for
 backends libraries to load.
     Repeat this option to specify several search directories'. By default, the
 backends libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 -------------------------------
 ## Troubleshooting
 .
 In case of troubles, please first check on [this
 page](https://zenoh.io/docs/getting-started/troubleshooting/) if the trouble
 and cause are already known.
 Otherwise, you can ask a question on the [zenoh Gitter
 channel](https://gitter.im/atolab/zenoh), or [create an
 issue](https://github.com/eclipse-zenoh/zenoh/issues).
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenohd
Version: 0.5.0~beta.9
Architecture: armel
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 4669
Filename: 0.5.0-beta.9/zenohd_0.5.0~beta.9_armel.deb
Size: 1519472
MD5sum: 4b0f4a68928f4b0a359da5cda0dcfff2
SHA1: 26efe192ef7b706fd84d106f2acb995eff1e9184
SHA256: 95dc5434d93eb3ec6f027dfe8b4a29dc89b82e5e4324594ef4fc160e47b7e529
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: Zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 <img src="http://zenoh.io/img/zenoh-dragon-small.png" height="150">
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-rust/badge/?version=latest)](https://zenoh-rust.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 # Eclipse zenoh
 The Eclipse zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 .
 Eclipse zenoh (pronounce _/zeno/_) unifies data in motion, data in-use, data at
 rest and computations. It carefully blends traditional pub/sub with
 geo-distributed storages, queries and computations, while retaining a level of
 time and space efficiency that is well beyond any of the mainstream stacks.
 .
 Check the website [zenoh.io](http://zenoh.io) for more detailed information.
 .
 -------------------------------
 ## How to install and test it
 .
 See our _"Getting started"_ tour starting with the [zenoh key
 concepts](https://zenoh.io/docs/getting-started/key-concepts/).
 .
 -------------------------------
 ## How to build it
 .
 Install [Cargo and
 Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html). Zenoh
 can be succesfully compiled with Rust stable (>= 1.5.1), so no special
 configuration is required from your side.
 To build zenoh, just type the following command after having followed the
 previous instructions:
 .
 ```bash
 $ cargo build --release --all-targets
 ```
 .
 The zenoh router is built as `target/release/zenohd`. All the examples are
 built into the `target/release/examples` directory. They can all work in
 peer-to-peer, or interconnected via the zenoh router.
 .
 -------------------------------
 ## Quick tests of your build:
 .
 **Peer-to-peer tests:**
 .
  - **pub/sub**
     - run: `./target/release/examples/z_sub`
     - in another shell run: `./target/release/examples/z_put`
     - the subscriber should receive the publication.
 .
  - **get/eval**
     - run: `./target/release/examples/z_eval`
     - in another shell run: `./target/release/examples/z_get`
     - the eval should display the log in it's listener, and the get should
 receive the eval result.
 .
 **Routed tests:**
 .
  - **put/store/get**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell run: `./target/release/examples/z_put`
     - then run `./target/release/examples/z_get`
     - the get should receive the stored publication.
 .
  - **REST API using `curl` tool**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, do a publication via the REST API:
       `curl -X PUT -d 'Hello World!' http://localhost:8000/demo/example/test`
     - get it back via the REST API:
       `curl http://localhost:8000/demo/example/test`
 .
   - **router admin space via the REST API**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, get info of the zenoh router via the zenoh admin space:
 .
       `curl http://localhost:8000/@/router/local`
     - get the backends of the router (only memory by default):
       `curl 'http://localhost:8000/@/router/local/**/backend/*'`
     - get the storages of the local router (the memory storage configured at
 startup on '/demo/example/**' should be present):
      `curl 'http://localhost:8000/@/router/local/**/storage/*'`
     - add another memory storage on `/demo/mystore/**`:
       `curl -X PUT -H 'content-type:application/properties' -d
 'path_expr=/demo/mystore/**'
 http://localhost:8000/@/router/local/plugin/storages/backend/memory/storage/my-storage`
     - check it has been created:
       `curl 'http://localhost:8000/@/router/local/**/storage/*'`
 .
 .
 See other examples of zenoh usage:
  - with the zenoh API in
 [zenoh/examples/zenoh](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh)
  - with the zenoh-net API in
 [zenoh/examples/zenoh-net](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh-net)
 .
 -------------------------------
 ## zenoh router command line arguments
 `zenohd` accepts the following arguments:
 .
   * `-c, --config <FILE>`: a configuration file containing a list of properties
 with format `<key>=<value>` (1 per-line).
     The accepted property keys are the same than accepted by the zenoh API and
 are documented
 [here](https://docs.rs/zenoh/0.5.0-beta.8/zenoh/net/config/index.html).
   * `-l, --listener <LOCATOR>...`: A locator on which this router will listen
 for incoming sessions.
     Repeat this option to open several listeners. By default `tcp/0.0.0.0:7447`
 is used. The following locators are currently supported:
       - TCP: `tcp/<host_name_or_IPv4>:<port>`
       - UDP: `udp/<host_name_or_IPv4>:<port>`
       - [TCP+TLS](https://zenoh.io/docs/manual/tls/):
 `tls/<host_name_or_IPv4>:<port>`
       - [QUIC](https://zenoh.io/docs/manual/quic/):
 `quic/<host_name_or_IPv4>:<port>`
   * `-e, --peer <LOCATOR>...`: A peer locator this router will try to connect
 to. Repeat this option to connect to several peers.
   * `--no-multicast-scouting`: By default zenohd replies to multicast scouting
 messages for being discovered by peers and clients.
     This option disables this feature.
   * `-i, --id <hex_string>`: The identifier (as an hexadecimal string - e.g.:
 0A0B23...) that zenohd must use.
      **WARNING**: this identifier must be unique in the system! If not set, a
 random UUIDv4 will be used.
   * `--no-timestamp`: By default zenohd adds a HLC-generated Timestamp to each
 routed Data if there isn't already one.
     This option disables this feature.
   * `--plugin-nolookup`: When set, zenohd will not look for plugins nor try to
 load any [plugin](https://zenoh.io/docs/manual/plugins/)
     except the ones explicitely configured with -P or --plugin.
   * `-P, --plugin <PATH_TO_PLUGIN_LIB>...`: A
 [plugin](https://zenoh.io/docs/manual/plugins/) that must be loaded.
     Repeat this option to load several plugins.
   * `--plugin-search-dir <DIRECTORY>...`:  A directory where to search for
 [plugins](https://zenoh.io/docs/manual/plugins/) libraries to load.
     Repeat this option to specify several search directories'. By default, the
 plugins libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 By default the zenoh router is delivered or built with 2 plugins that will be
 loaded at start-up. Each accepts some extra command line arguments:
 .
 **[REST plugin](https://zenoh.io/docs/manual/plugin-http/)** (exposing a REST
 API):
   * `--rest-http-port <rest-http-port>`: The REST plugin's http port [default:
 8000]
 .
 **[Storages plugin](https://zenoh.io/docs/manual/plugin-storages/)** (managing
 [backends and storages](https://zenoh.io/docs/manual/backends/))
 .
   * `--no-backend`: If true, no backend (and thus no storage) are created at
 startup. If false (default) the Memory backend it present at startup.
   * `--mem-storage <PATH_EXPR>...`: A memory storage to be created at start-up.
 Repeat this option to created several storages
   * `--backend-search-dir <DIRECTORY>...`: A directory where to search for
 backends libraries to load.
     Repeat this option to specify several search directories'. By default, the
 backends libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 -------------------------------
 ## Troubleshooting
 .
 In case of troubles, please first check on [this
 page](https://zenoh.io/docs/getting-started/troubleshooting/) if the trouble
 and cause are already known.
 Otherwise, you can ask a question on the [zenoh Gitter
 channel](https://gitter.im/atolab/zenoh), or [create an
 issue](https://github.com/eclipse-zenoh/zenoh/issues).
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

Package: zenohd
Version: 0.5.0~beta.9
Architecture: amd64
Maintainer: zenoh-dev@eclipse.org
Installed-Size: 5331
Depends: libc6 (>= 2.18)
Filename: 0.5.0-beta.9/zenohd_0.5.0~beta.9_amd64.deb
Size: 1748672
MD5sum: 3799b6000804f47774bce4138d3b719e
SHA1: b976047b0dfb6936bf874acc38fb6ab35d9e0042
SHA256: 38a190e31d7b64011af2f319e69bb2ef8b87ee314d7760ec092eb4fa8b4d2a26
Section: net
Priority: optional
Homepage: http://zenoh.io
Description: Zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 <img src="http://zenoh.io/img/zenoh-dragon-small.png" height="150">
 .
 [![CI](https://github.com/eclipse-zenoh/zenoh/workflows/CI/badge.svg)](https://github.com/eclipse-zenoh/zenoh/actions?query=workflow%3A%22CI%22)
 [![Documentation
 Status](https://readthedocs.org/projects/zenoh-rust/badge/?version=latest)](https://zenoh-rust.readthedocs.io/en/latest/?badge=latest)
 [![Gitter](https://badges.gitter.im/atolab/zenoh.svg)](https://gitter.im/atolab/zenoh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 .
 # Eclipse zenoh
 The Eclipse zenoh: Zero Overhead Pub/sub, Store/Query and Compute.
 .
 Eclipse zenoh (pronounce _/zeno/_) unifies data in motion, data in-use, data at
 rest and computations. It carefully blends traditional pub/sub with
 geo-distributed storages, queries and computations, while retaining a level of
 time and space efficiency that is well beyond any of the mainstream stacks.
 .
 Check the website [zenoh.io](http://zenoh.io) for more detailed information.
 .
 -------------------------------
 ## How to install and test it
 .
 See our _"Getting started"_ tour starting with the [zenoh key
 concepts](https://zenoh.io/docs/getting-started/key-concepts/).
 .
 -------------------------------
 ## How to build it
 .
 Install [Cargo and
 Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html). Zenoh
 can be succesfully compiled with Rust stable (>= 1.5.1), so no special
 configuration is required from your side.
 To build zenoh, just type the following command after having followed the
 previous instructions:
 .
 ```bash
 $ cargo build --release --all-targets
 ```
 .
 The zenoh router is built as `target/release/zenohd`. All the examples are
 built into the `target/release/examples` directory. They can all work in
 peer-to-peer, or interconnected via the zenoh router.
 .
 -------------------------------
 ## Quick tests of your build:
 .
 **Peer-to-peer tests:**
 .
  - **pub/sub**
     - run: `./target/release/examples/z_sub`
     - in another shell run: `./target/release/examples/z_put`
     - the subscriber should receive the publication.
 .
  - **get/eval**
     - run: `./target/release/examples/z_eval`
     - in another shell run: `./target/release/examples/z_get`
     - the eval should display the log in it's listener, and the get should
 receive the eval result.
 .
 **Routed tests:**
 .
  - **put/store/get**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell run: `./target/release/examples/z_put`
     - then run `./target/release/examples/z_get`
     - the get should receive the stored publication.
 .
  - **REST API using `curl` tool**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, do a publication via the REST API:
       `curl -X PUT -d 'Hello World!' http://localhost:8000/demo/example/test`
     - get it back via the REST API:
       `curl http://localhost:8000/demo/example/test`
 .
   - **router admin space via the REST API**
     - run the zenoh router with a memory storage:
       `./target/release/zenohd --mem-storage '/demo/example/**'`
     - in another shell, get info of the zenoh router via the zenoh admin space:
 .
       `curl http://localhost:8000/@/router/local`
     - get the backends of the router (only memory by default):
       `curl 'http://localhost:8000/@/router/local/**/backend/*'`
     - get the storages of the local router (the memory storage configured at
 startup on '/demo/example/**' should be present):
      `curl 'http://localhost:8000/@/router/local/**/storage/*'`
     - add another memory storage on `/demo/mystore/**`:
       `curl -X PUT -H 'content-type:application/properties' -d
 'path_expr=/demo/mystore/**'
 http://localhost:8000/@/router/local/plugin/storages/backend/memory/storage/my-storage`
     - check it has been created:
       `curl 'http://localhost:8000/@/router/local/**/storage/*'`
 .
 .
 See other examples of zenoh usage:
  - with the zenoh API in
 [zenoh/examples/zenoh](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh)
  - with the zenoh-net API in
 [zenoh/examples/zenoh-net](https://github.com/eclipse-zenoh/zenoh/tree/master/zenoh/examples/zenoh-net)
 .
 -------------------------------
 ## zenoh router command line arguments
 `zenohd` accepts the following arguments:
 .
   * `-c, --config <FILE>`: a configuration file containing a list of properties
 with format `<key>=<value>` (1 per-line).
     The accepted property keys are the same than accepted by the zenoh API and
 are documented
 [here](https://docs.rs/zenoh/0.5.0-beta.8/zenoh/net/config/index.html).
   * `-l, --listener <LOCATOR>...`: A locator on which this router will listen
 for incoming sessions.
     Repeat this option to open several listeners. By default `tcp/0.0.0.0:7447`
 is used. The following locators are currently supported:
       - TCP: `tcp/<host_name_or_IPv4>:<port>`
       - UDP: `udp/<host_name_or_IPv4>:<port>`
       - [TCP+TLS](https://zenoh.io/docs/manual/tls/):
 `tls/<host_name_or_IPv4>:<port>`
       - [QUIC](https://zenoh.io/docs/manual/quic/):
 `quic/<host_name_or_IPv4>:<port>`
   * `-e, --peer <LOCATOR>...`: A peer locator this router will try to connect
 to. Repeat this option to connect to several peers.
   * `--no-multicast-scouting`: By default zenohd replies to multicast scouting
 messages for being discovered by peers and clients.
     This option disables this feature.
   * `-i, --id <hex_string>`: The identifier (as an hexadecimal string - e.g.:
 0A0B23...) that zenohd must use.
      **WARNING**: this identifier must be unique in the system! If not set, a
 random UUIDv4 will be used.
   * `--no-timestamp`: By default zenohd adds a HLC-generated Timestamp to each
 routed Data if there isn't already one.
     This option disables this feature.
   * `--plugin-nolookup`: When set, zenohd will not look for plugins nor try to
 load any [plugin](https://zenoh.io/docs/manual/plugins/)
     except the ones explicitely configured with -P or --plugin.
   * `-P, --plugin <PATH_TO_PLUGIN_LIB>...`: A
 [plugin](https://zenoh.io/docs/manual/plugins/) that must be loaded.
     Repeat this option to load several plugins.
   * `--plugin-search-dir <DIRECTORY>...`:  A directory where to search for
 [plugins](https://zenoh.io/docs/manual/plugins/) libraries to load.
     Repeat this option to specify several search directories'. By default, the
 plugins libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 By default the zenoh router is delivered or built with 2 plugins that will be
 loaded at start-up. Each accepts some extra command line arguments:
 .
 **[REST plugin](https://zenoh.io/docs/manual/plugin-http/)** (exposing a REST
 API):
   * `--rest-http-port <rest-http-port>`: The REST plugin's http port [default:
 8000]
 .
 **[Storages plugin](https://zenoh.io/docs/manual/plugin-storages/)** (managing
 [backends and storages](https://zenoh.io/docs/manual/backends/))
 .
   * `--no-backend`: If true, no backend (and thus no storage) are created at
 startup. If false (default) the Memory backend it present at startup.
   * `--mem-storage <PATH_EXPR>...`: A memory storage to be created at start-up.
 Repeat this option to created several storages
   * `--backend-search-dir <DIRECTORY>...`: A directory where to search for
 backends libraries to load.
     Repeat this option to specify several search directories'. By default, the
 backends libraries will be searched in:
     `'/usr/local/lib:/usr/lib:~/.zenoh/lib:.'`
 .
 -------------------------------
 ## Troubleshooting
 .
 In case of troubles, please first check on [this
 page](https://zenoh.io/docs/getting-started/troubleshooting/) if the trouble
 and cause are already known.
 Otherwise, you can ask a question on the [zenoh Gitter
 channel](https://gitter.im/atolab/zenoh), or [create an
 issue](https://github.com/eclipse-zenoh/zenoh/issues).
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh
Vcs-Git: https://github.com/eclipse-zenoh/zenoh

