I want to develop a KNX Stack. #309
kervanaslan
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @kervanaslan ! I suggest that you read the whole KNX specs. Reading and writing to group addresses is the minimum and possibly the easiest part of the KNX stack. Study the provided source code here to estimate how much you would have to do. May I ask why you want to create your own KNX stack instead of contributing to this one? IMHO it is the most advanced open source stack. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I want to develop a knx stack, and planing to share it free to use after registering this stack. Yes a big dream :)
I can currently write and read group address values, and wrote many of DTP's.
But there isn't a ETS compatibility. And I don't know how to start, as I am a KNX member diving into KNX.org documentations but can't find any useful information.
For example, how individial address programing works and how its diagram.
Or, how to generate a S19 file and what is the valid format for Manufacturer tool.
Are there a resource which I can study?
Thanks all.
Beta Was this translation helpful? Give feedback.
All reactions