From edbdedb075ccd2a810ae3d8c32ae3c99ab82515a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 22 Apr 2024 21:03:08 +0200 Subject: [PATCH] doc fix --- docs/communication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/communication.rst b/docs/communication.rst index f9f96320..5a6c5af6 100644 --- a/docs/communication.rst +++ b/docs/communication.rst @@ -18,7 +18,7 @@ an on-board software both for a remote MCU and for a hosted system. The MCU migh same command data to be exchanged via a specific transport layer, while the hosted version might just use a UDP socket. -The following example shows how to use the :py:class:`tmtccmd.com.udp.UdpComIF` to send +The following example shows how to use the :py:class:`tmtccmd.com.udp.UdpClient` to send PUS packets (a subtype of CCSDS space packets) to a UDP server .. testcode:: udp_com