https://github.com/rmja/linkiq
Kamstrup OpenlinkIQ protocol stack written in Rust
https://github.com/rmja/linkiq
Last synced: over 1 year ago
JSON representation
Kamstrup OpenlinkIQ protocol stack written in Rust
- Host: GitHub
- URL: https://github.com/rmja/linkiq
- Owner: rmja
- Created: 2022-12-12T10:04:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T15:12:33.000Z (over 1 year ago)
- Last Synced: 2025-02-11T16:25:16.912Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# linkiq
Kamstrup OpenlinkIQ protocol stack and controller written in Rust.
## Usage
Add the crate to your `Cargo.toml` dependencies:
```toml
[dependencies]
linkiq = { git = "https://github.com/rmja/linkiq", features = [] }
```
where the list of features are:
* `ctrl`: Adds transceiver controller for managing channel hopping, etc.
## References
The OpenlinkIQ specification can be obtained from https://www.openlinkiq.org.
## 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.