Skip to content

Commit

Permalink
Update to nasa#30 per comment from jphickey
Browse files Browse the repository at this point in the history
  • Loading branch information
lbleier-GSFC committed Apr 27, 2020
1 parent 8266ab4 commit 88e242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This lab application is a non-flight utility to downlink telemetry from the cFS

to_lab is a simple telemetry downlink application that sends CCSDS telecommand packets over a UDP/IP port. The UDP port and IP address are specified in the "Enable Telemetry" command. It does not provide a full CCSDS Telecommand stack implementation.

To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: build/\<cpuX\>/inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port.
To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: fsw/platform_inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port.

## Version Notes
- 2.3.2 DEVELOPMENT
Expand Down

0 comments on commit 88e242e

Please sign in to comment.