Crates.io | knx_rs |
lib.rs | knx_rs |
version | 0.0.6 |
source | src |
created_at | 2018-04-19 18:48:33.757555 |
updated_at | 2019-08-26 14:26:17.566156 |
description | KNX Library |
homepage | |
repository | https://github.com/uwearzt/knx_rs |
max_upload_size | |
id | 61455 |
size | 29,652 |
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.1"