diff options
author | 0x41CEA55 <167377970+41CEA55@users.noreply.github.com> | 2024-04-19 13:54:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 12:54:00 +0200 |
commit | e75d7a620e60fd35385793f09209f8a857d4b325 (patch) | |
tree | d84e39d7dc378b0118f13e167c5b191bf9b70def /doc | |
parent | ad117bfaabd3bc75dc70d0ddbc4ba18c86c40dbd (diff) |
Add KNXnet/IP protocol support (#2397)
* Add KNXnet/IP protocol support
* Improve KNXnet/IP over TCP detection
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index caa067492..ae9b12d7f 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -724,3 +724,12 @@ References: `Main site <https://www.elderscrollsonline.com/>`_ The Label Distribution Protocol (LDP) is a routing protocol used to establish and maintain label-switched paths in a Multiprotocol Label Switching (MPLS) network. References: `RFC <https://datatracker.ietf.org/doc/html/rfc5036>`_ + + +.. _Proto 410: + +`NDPI_PROTOCOL_KNXNET_IP` +===================== +KNXnet/IP is a building automation protocol that enables the exchange of data and control information over IP networks, extending the KNX standard for home and building automation. + +References: `Paid Specs: <https://webstore.ansi.org/standards/ds/dsiso225102019>`_ |