Crates.io | moteconnection |
lib.rs | moteconnection |
version | 0.3.1 |
source | src |
created_at | 2020-08-02 16:26:10.441335 |
updated_at | 2020-10-18 17:14:07.993577 |
description | A library to provide a TinyOS-like interface for packet communication using serial or serial-forwarder transport layers. |
homepage | |
repository | https://github.com/kendas/rust-moteconnection |
max_upload_size | |
id | 272267 |
size | 153,721 |
rust-moteconnection
The moteconnection implementation in the Rust language.
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