From a10c48c80a3a3075b2314c951fb288cdc14c18b8 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:26:32 +0300 Subject: 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. --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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: `_ 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: `_ + + +.. _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: `_ -- cgit v1.2.3