-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KNX IP secure and KKNX data secure implementation #168
Comments
Hi Nanosonde! Thanks! Nanosonde seems an italian name. |
Hey there! |
Thank you! |
If you need help to test a secure implementation, please feel free to ping me. I tried to connect to my secure KNX router but failed currently ( |
Hello there, is the secure implementation tested now? |
Hi |
Hi |
since you're silently closing it, does it work now? |
Hi I’ve closed this issue because i was annoyed to see it always open. |
Hi @Supergiovane ,
just in case you are searching for existing implementation of those two secure layers, I would like to point you to my implementation of the KNX data secure layer in this Arduino KNX stack:
https://github.com/thelsing/knx/blob/master/src/knx/secure_application_layer.cpp
Here are some learnings from my journey while implementing it:
thelsing/knx#57
The data secure implementation was inspired by this one: https://github.com/calimero-project/calimero-core/blob/master/src/tuwien/auto/calimero/secure/SecureApplicationLayer.java
The KNX IP secure layer has not been implemented yet in the above KNX stack.
But maybe this helps? https://github.com/calimero-project/calimero-core/blob/master/src/tuwien/auto/calimero/knxnetip/SecureSessionUdp.java
You will definitely want to read the KNX specs. AN158 (Data secure) and AN159 (IP secure).
The text was updated successfully, but these errors were encountered: