4 releases

0.2.3 Feb 28, 2024
0.2.1 Jan 13, 2023
0.2.0 Sep 15, 2022
0.1.0 Aug 3, 2022

#256 in Network programming

Download history 684/week @ 2023-12-02 752/week @ 2023-12-09 776/week @ 2023-12-16 320/week @ 2023-12-23 675/week @ 2023-12-30 1210/week @ 2024-01-06 1051/week @ 2024-01-13 1152/week @ 2024-01-20 1187/week @ 2024-01-27 1541/week @ 2024-02-03 1279/week @ 2024-02-10 1365/week @ 2024-02-17 1898/week @ 2024-02-24 1888/week @ 2024-03-02 2027/week @ 2024-03-09 1231/week @ 2024-03-16

7,326 downloads per month
Used in 4 crates (via zenoh-link-serial)

EPL-2.0 OR Apache-2.0

21KB
288 lines

Zenoh Serial

This repo contains the Zenoh Frame format over serial (RS232-like) transports.

Build it

You need rust and Cargo, look on the rust website how to install it.

$ cd ~
$ git clone https://github.com/ZettaScaleLabs/z-serial
$ cd z-serial
$ cargo build --release

How to test it

Open two terminals, on the first one start the echo server:

$ cd ~/z-serial
$ ./target/release/examples/serial-echo <serial device> -s -b <baud rate>
...

On the second one start the client

$ cd ~/z-serial
./target/release/examples/serial-echo <serial device>  -i <send interval> -b <baud rate>

Dependencies

~5–16MB
~175K SLoC