knx_rs

Crates.ioknx_rs
lib.rsknx_rs
version0.0.6
sourcesrc
created_at2018-04-19 18:48:33.757555
updated_at2019-08-26 14:26:17.566156
descriptionKNX Library
homepage
repositoryhttps://github.com/uwearzt/knx_rs
max_upload_size
id61455
size29,652
Uwe Arzt (uwearzt)

documentation

README

knx_rs

Apache licensed Build Status crates.io FOSSA Status 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

Commit count: 17

cargo fmt