6 releases
0.0.6 | Aug 26, 2019 |
---|---|
0.0.5 | Feb 23, 2019 |
0.0.4 | Dec 6, 2018 |
0.0.2 | Aug 13, 2018 |
0.0.1 | Apr 19, 2018 |
#2 in #knx
Used in 2 crates
21KB
496 lines
knx_rs
The knx_rs
crate implements a
KNX Library able to communicate over IP (Multicast) and Serial.
It is used to create some user specific Actors and Sensors on the twisted wire bus (TP1).
Hardware
TP-UART 2 Evaluation Board TPUART2
Platforms
For developing purposes i use macOS, and at the moment it is tested on macOS only. Tests for a Cortex M4 controller will be added soon.
Usage
Add knx_rs
as a dependency in Cargo.toml
:
[dependencies]
knx_rs = "0.0.1"
Cross compiling
Contributors
- mail@uwe-arzt.de Uwe Arzt
License
Dependencies
~3MB
~62K SLoC