ieee802154 0.3.0

Partial implementation of the IEEE 802.15.4 standard for low-rate wireless personal area networks
Documentation

Rust IEEE 802.15.4 crates.io Documentation Build Status

Introduction

Partial Rust implementation of the IEEE 802.15.4 standard, which defines the operation of low-rate wireless personal area networks. This crate is in early development and only implements a small subset of IEEE 802.15.4.

Usage

Use Cargo to add this library as a dependency to your project. Add the following to you Cargo.toml:

[dependencies]
ieee802154 = "0.3"

For more information, please refer to the API Reference.

License

This project is open source software, licensed under the terms of the Zero Clause BSD License (0BSD, for short). This basically means you can do anything with the software, without any restrictions, but you can't hold the authors liable for problems.

See LICENSE for full details.

Created by Braun Robotics Initial development sponsored by Ferrous Systems