https://github.com/torkleyy/ebus
Software driver for eBUS (energy bus)
https://github.com/torkleyy/ebus
bus ebus embedded rust uart
Last synced: 8 months ago
JSON representation
Software driver for eBUS (energy bus)
- Host: GitHub
- URL: https://github.com/torkleyy/ebus
- Owner: torkleyy
- License: apache-2.0
- Created: 2023-09-01T18:57:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:24:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T11:56:12.846Z (over 1 year ago)
- Topics: bus, ebus, embedded, rust, uart
- Language: Rust
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eBUS
[](https://github.com/torkleyy/ebus/actions/workflows/ci.yml)
[](https://torkleyy.github.io/ebus/energy_bus/index.html)

Software driver for [eBUS] (energy bus) written in Rust.
[eBUS]: https://ebus-wiki.org/lib/exe/fetch.php/ebus/spec_prot_12_v1_3_1_e.pdf
* `no-std`
* few dependencies:
* [`log`] (optional)
[`heapless`]: https://github.com/japaric/heapless
[`log`]: https://github.com/rust-lang/log
## Features
* [x] Lightweight API allowing for different execution models
* [x] Priority-based collision resolution
* [x] Sending Master-Slave telegram
* [x] Receiving Master-Slave telegram
* [x] Master-Master
* [ ] Sniffing
* [ ] Broadcast
## Integration
See [the integration example](examples/integration.rs).
## License
This software is licensed under Apache-2.0.