https://github.com/rust-iot/rust-ieee802.15.4
Rust implementation of the IEEE 802.15.4 standard
https://github.com/rust-iot/rust-ieee802.15.4
ieee802154 rust
Last synced: 3 months ago
JSON representation
Rust implementation of the IEEE 802.15.4 standard
- Host: GitHub
- URL: https://github.com/rust-iot/rust-ieee802.15.4
- Owner: rust-iot
- License: 0bsd
- Created: 2018-09-25T09:28:06.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T00:36:58.000Z (over 2 years ago)
- Last Synced: 2026-03-21T02:49:43.953Z (3 months ago)
- Topics: ieee802154, rust
- Language: Rust
- Size: 253 KB
- Stars: 50
- Watchers: 5
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust IEEE 802.15.4 [](https://crates.io/crates/ieee802154) [](https://docs.rs/ieee802154) [](https://github.com/rust-iot/rust-ieee802.15.4/actions/workflows/run-test.yml)
## 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.
[Rust]: https://www.rust-lang.org/
[IEEE 802.15.4]: https://en.wikipedia.org/wiki/IEEE_802.15.4
## Usage
Use Cargo to add this library as a dependency to your project. Add the following to you `Cargo.toml`:
``` toml
[dependencies]
ieee802154 = "0.6"
```
For more information, please refer to the [API Reference].
[API Reference]: https://docs.rs/ieee802154
## 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.
[Zero Clause BSD License]: https://opensource.org/licenses/FPL-1.0.0
[LICENSE]: https://github.com/braun-embedded/rust-ieee802.15.4/blob/master/LICENSE
**Created by [Braun Embedded](https://braun-embedded.com/)**
**Initial development sponsored by [Ferrous Systems](https://ferrous-systems.com/)**