File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Development Build: equuleus-rc1+dev18
4
+ - Fix misleading wording in Commands-Telemetry.md
5
+ - See < https://github.com/nasa/cFS-GroundSystem/pull/249 >
6
+
3
7
## Development Build: equuleus-rc1+dev14
4
8
- Update LogOverflowCounter Description
5
9
- Update incorrect variable descriptions in tlm.txt
Original file line number Diff line number Diff line change 3
3
## Telemetry ( tlmGUI/ directory ):
4
4
Telemetry is sent from the running cFE/CFS as CCSDS telemetry packets encapsulated in
5
5
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.
7
8
8
9
Start the telemetry system using the Ground System's main window.
9
10
Original file line number Diff line number Diff line change 17
17
#
18
18
19
19
# Development Build Macro Definitions
20
- _cFS_GrndSys_build_number = 14
20
+ _cFS_GrndSys_build_number = 18
21
21
_cFS_GrndSys_build_baseline = "7.2"
22
22
_cFS_GrndSys_build_dev_baseline = "equuleus-rc1"
23
23
_cFS_GrndSys_build_dev_cycle = "equuleus-rc2"
You can’t perform that action at this time.
0 commit comments