knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
Thomas Kunze 0f02f1d369 fix merge
2025-02-23 01:04:59 +01:00
.github/workflows Update CodeQL (#219) 2022-10-22 14:18:55 +02:00
doc astyle 2024-09-14 11:55:51 +02:00
examples pack CC1310 example to reduce filecount 2025-02-05 15:52:08 +01:00
src fix merge 2025-02-23 01:04:59 +01: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 ignore build* 2025-02-23 00:06:10 +01:00
.readthedocs.yaml Update .readthedocs.yaml 2024-08-10 00:30:07 +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 update library.properties 2024-12-09 08:46:44 +01: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 Merge branch 'v1' into v1dev 2024-12-09 08:24:12 +01: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