Skip to content

Commit a24c7b9

Browse files
authored
Fix misleading wording in Commands-Telemetry.md
The original wording misleads readers to believe that the default port for receiving telemetry is 1234, in reality it being 1235, and the former being the port that the telemetry app uses to listen for commands.
1 parent f5efb99 commit a24c7b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Subsystems/Commands-Telemetry.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Telemetry ( tlmGUI/ directory ):
44
Telemetry is sent from the running cFE/CFS as CCSDS telemetry packets encapsulated in
55
UDP/IP packets. The `enable telemetry` command tells the TO_LAB application to start
6-
sending packets to a UDP port (port #1234 by default) on the `localhost` or a specified IP.
6+
sending packets to a UDP port on the `localhost` or a specified IP. By default, the TO_LAB application
7+
listens to UDP port 1234 for commands, and sends telemetry to the tlmGUI at UDP port 1235.
78

89
Start the telemetry system using the Ground System's main window.
910

0 commit comments

Comments
 (0)