knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
2024-08-09 22:20:19 +02:00
.github/workflows Update CodeQL (#219) 2022-10-22 14:18:55 +02:00
doc Update conf.py 2023-09-09 21:31:37 +02:00
examples no more warnings 2024-08-09 21:30:35 +02:00
src astyle everything 2024-08-09 22:20:19 +02:00
.clang-format add .clang-format, remove VS class diagramm 2019-07-15 21:23:19 +02:00
.gitattributes opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
.gitignore opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
.readthedocs.yaml Update .readthedocs.yaml 2023-09-09 21:16:48 +02:00
CMakeLists.txt no more warnings 2024-08-09 21:30:35 +02:00
library.json no more warnings 2024-08-09 21:30:35 +02:00
library.properties no more warnings 2024-08-09 21:30:35 +02:00
LICENSE Create LICENSE 2018-04-21 21:51:41 +02:00
platformio.ini add platformio file and fix compiling without IP 2020-05-08 01:50:50 +02:00
README.md lib props 2024-08-09 20:18:10 +02:00

knx

This projects provides a knx-device stack for arduino (ESP8266, ESP32, SAMD21, RP2040, STM32), CC1310 and linux. (more are quite easy to add) It implements most of System-B specification and can be configured with ETS. The necessary knxprod-files can be generated with the Kaenx-Creator tool.

Generated documentation can be found here.

Usage

See the examples for basic usage options