Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torkleyy/ebus
Software driver for eBUS (energy bus)
https://github.com/torkleyy/ebus
bus ebus embedded rust uart
Last synced: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:24:59.000Z (4 months ago)
- Last Synced: 2024-08-28T13:48:26.052Z (4 months 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
[![CI](https://github.com/torkleyy/ebus/actions/workflows/ci.yml/badge.svg)](https://github.com/torkleyy/ebus/actions/workflows/ci.yml)
[![API docs](https://img.shields.io/badge/API%20docs-blue)](https://torkleyy.github.io/ebus/energy_bus/index.html)
![License](https://img.shields.io/github/license/torkleyy/ebus)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.