From 64a5dc3cb3b3360d31da6014b377561cd899ad45 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Sun, 25 Aug 2024 14:31:39 +0300 Subject: Add TRDP protocol support (#2528) The Train Real Time Data Protocol (TRDP) is a UDP/TCP-based communication protocol designed for IP networks in trains, enabling data exchange between devices such as door controls and air conditioning systems. It is standardized by the IEC under IEC 61375-2-3 and is not related to the Remote Desktop Protocol (RDP). --- doc/protocols.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/protocols.rst') diff --git a/doc/protocols.rst b/doc/protocols.rst index f3ae58211..551837649 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -910,3 +910,13 @@ References: `Paid Specs: `_ This protocol is used to transfer data between the various components of an ATG (Automatic Tank Gauge) system. References: `Protocol Specs: `_ + + +.. _Proto 424: + +`NDPI_PROTOCOL_TRDP` +=================== +The Train Real Time Data Protocol (TRDP) is a UDP/TCP-based communication protocol designed for IP networks in trains, enabling data exchange between devices such as door controls and air conditioning systems. +It is standardized by the IEC under IEC 61375-2-3 and is not related to the Remote Desktop Protocol (RDP). + +References: `Protocol Specs: `_ -- cgit v1.2.3