diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-08-25 14:31:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-25 13:31:39 +0200 |
commit | 64a5dc3cb3b3360d31da6014b377561cd899ad45 (patch) | |
tree | fd3a45632b9e22cf16a23ee7b601005ff757c115 /doc/protocols.rst | |
parent | fbbe40b821b8966e1699d075297ffefeb1d1572c (diff) |
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).
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 10 |
1 files changed, 10 insertions, 0 deletions
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: <https://www.iso.org/standard/60206.html>`_ This protocol is used to transfer data between the various components of an ATG (Automatic Tank Gauge) system. References: `Protocol Specs: <https://github.com/Orange-Cyberdefense/awesome-industrial-protocols/blob/main/protocols/atg.md>`_ + + +.. _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: <https://www.typhoon-hil.com/documentation/typhoon-hil-software-manual/References/iec_61375_trdp_protocol.html>`_ |