8 releases (5 breaking)
0.6.1 | Aug 29, 2022 |
---|---|
0.6.0 | Nov 19, 2021 |
0.5.1 |
|
0.5.0 | Mar 2, 2021 |
0.1.1 | Feb 20, 2019 |
#606 in Network programming
7,545 downloads per month
Used in 7 crates
(5 directly)
170KB
3.5K
SLoC
Rust IEEE 802.15.4
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
Dependencies
~2.5MB
~51K SLoC