An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# wmbus
Wireless M-Bus EN13757-4 protocol stack written in Rust

![maintenance](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)

## 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.