#transport-layer #devices #protocols #packet #serial #communication #write

moteconnection

A library to provide a TinyOS-like interface for packet communication using serial or serial-forwarder transport layers

4 releases (2 breaking)

0.3.1 Oct 18, 2020
0.3.0 Oct 7, 2020
0.2.0 Aug 15, 2020
0.1.0 Aug 2, 2020

#40 in #transport-layer

22 downloads per month

MIT license

120KB
3K SLoC

rust-moteconnection

The moteconnection implementation in the Rust language.

Examples

There is currently one example in the project - the amlistener.

To run the example, find the address of the network device (localhost:9002 using the serial-forwarder protocol in this case) and write:

cargo run --example amlistener sf@localhost:9002

lib.rs:

The rust implementation of the moteconnection library.

Dependencies

~4–5.5MB
~99K SLoC