Documentation

knx_rs

Apache licensed Build Status crates.io Gitter

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

License

Apache License, Version 2.0