Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonas-schievink/rubble
(going to be a) BLE stack for embedded Rust
https://github.com/jonas-schievink/rubble
ble bluetooth iot no-std
Last synced: 9 days ago
JSON representation
(going to be a) BLE stack for embedded Rust
- Host: GitHub
- URL: https://github.com/jonas-schievink/rubble
- Owner: jonas-schievink
- License: 0bsd
- Archived: true
- Created: 2018-04-02T20:28:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T18:42:40.000Z (over 2 years ago)
- Last Synced: 2024-10-06T15:11:11.748Z (29 days ago)
- Topics: ble, bluetooth, iot, no-std
- Language: Rust
- Homepage:
- Size: 6.23 MB
- Stars: 397
- Watchers: 17
- Forks: 56
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- rust-embedded - Rubble - Rust embedded BLE stack ![crates.io](https://img.shields.io/crates/v/rubble.svg) (no-std crates / WIP)
- awesome-embedded-rust - Rubble - Rust embedded BLE stack ![crates.io](https://img.shields.io/crates/v/rubble.svg) (no-std crates / WIP)
README
**Note**: this project is not currently maintained.
# Rubble
[![crates.io](https://img.shields.io/crates/v/rubble.svg)](https://crates.io/crates/rubble)
[![docs.rs](https://docs.rs/rubble/badge.svg)](https://docs.rs/rubble/)
![CI](https://github.com/jonas-schievink/rubble/workflows/CI/badge.svg)Rubble is a Bluetooth® Low Energy compatible protocol stack for embedded Rust.
Currently, Rubble supports Nordic's nRF52-series of MCUs. However, it was
designed to be hardware-independent, so support crates for other MCU families
are always welcome.[Internal API documentation (master)][docs-master]
**NOTE: None of this has passed the Bluetooth® Qualification Process, so it
must not be used in commercial products!**## Usage
See [demos](./demos/) for a few self-contained usage examples.
API documentation can be viewed [on docs.rs][docs-rs] for the latest crates.io release,
or [here for API docs generated from master][docs-master].[docs-rs]: https://docs.rs/rubble/
[docs-master]: https://jonas-schievink.github.io/rubble/## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
0-Clause BSD License ([LICENSE](LICENSE)).