moteconnection 0.3.1

A library to provide a TinyOS-like interface for packet communication using serial or serial-forwarder transport layers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `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:

```bash
cargo run --example amlistener sf@localhost:9002
```