ieee802154

Crates.ioieee802154
lib.rsieee802154
version0.6.1
sourcesrc
created_at2019-02-04 13:51:35.529902
updated_at2022-08-29 22:53:23.156813
descriptionPartial implementation of the IEEE 802.15.4 standard for low-rate wireless personal area networks
homepage
repositoryhttps://github.com/rust-iot/rust-ieee802.15.4
max_upload_size
id112648
size172,579
core (github:rust-iot:core)

documentation

https://docs.rs/ieee802154

README

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.6"

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 Embedded
Initial development sponsored by Ferrous Systems

Commit count: 219

cargo fmt