diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-08-22 16:26:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 15:26:32 +0200 |
commit | a10c48c80a3a3075b2314c951fb288cdc14c18b8 (patch) | |
tree | cdd5be36388017cf946882c1589ce3aa100d6199 /doc | |
parent | 9b1736aa8960170d32eac7c954194eff9436fbbc (diff) |
Add CNP/IP protocol support (#2521)
ISO/IEC 14908-4 defines how to tunnel Control Network Protocol (CNP) over IP networks. It encapsulates protocols like EIA-709, EIA-600, and CNP, making it a versatile solution for building automation and control systems.
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 43353661b..80d7332ea 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -892,3 +892,12 @@ References: `Main site: <https://nano.org/>`_ OpenWire is a wire protocol used by Apache ActiveMQ for communication between clients and brokers, providing an efficient and flexible messaging framework. While it's not the most popular choice compared to other protocols like AMQP or MQTT, it is still utilized in scenarios where ActiveMQ is heavily integrated. References: `Main site: <https://activemq.apache.org/components/classic/documentation/openwire>`_ + + +.. _Proto 422: + +`NDPI_PROTOCOL_CNP_IP` +===================== +ISO/IEC 14908-4 specifies how to tunnel LonWorks control network protocol packets over IP networks. It enables encapsulation of the LonTalk protocol within UDP or TCP packets for transmission across IP-based networks. + +References: `Paid Specs: <https://www.iso.org/standard/60206.html>`_ |