Rust IoT Radio Abstraction(s)

An embedded-hal like abstraction for digital radio devices, this is intended to provide a common basis for implementing packet radio drivers, and for extension to support 802.15.4 / BLE etc. in the hope that we can construct embedded network stacks using this common abstraction.

Radio devices should implement the core traits, and then gain automatic blocking helper functions.

Experimental async/await helpers are available behind the async-await feature flag, and requires nightly for compilation.

Status

Work In Progress, expect major API changes

GitHub tag Build Status Crates.io Docs.rs

Open Issues

Features:

Examples

For similar interfaces, check out: - Riot-OS - netdev.h - ieee802154.h netdev_ieee802154.c - Contiki-OS - core/dev/radio.h - Tock-PS - ieee802154/device.rs