https://github.com/rmja/wmbus
Wireless M-Bus protocol stack written in Rust
https://github.com/rmja/wmbus
Last synced: about 1 year ago
JSON representation
Wireless M-Bus protocol stack written in Rust
- Host: GitHub
- URL: https://github.com/rmja/wmbus
- Owner: rmja
- Created: 2022-12-15T08:02:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T10:26:18.000Z (over 1 year ago)
- Last Synced: 2025-02-11T11:30:05.202Z (over 1 year ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wmbus
Wireless M-Bus EN13757-4 protocol stack written in Rust

## Usage
Add the crate to your `Cargo.toml` dependencies:
```toml
[dependencies]
wmbus = { git = "https://github.com/rmja/wmbus" }
```
## References
The EN13757 specification is not public domain but OMS is.
The OMS specification can be obtained from the [OMS Group](https://oms-group.org/fileadmin/files/download4all/omsSpezifikationen/generation4/spezifikation/vol2/OMS-Spec_Vol2_Primary_v442.pdf) website.
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.