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).
TP-UART 2 Evaluation Board TPUART2
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.
Add knx_rs
as a dependency in Cargo.toml
:
[dependencies]
knx_rs = "0.0.6"
- [email protected] Uwe Arzt