File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CCSDS Router
22This application is a tool for moving CCSDS packets (CCSDS Space Packet Protocol) between
3- files, UDP sockets, and TCP sockets (client or server). The main uses cases are to store
4- CCSDS packets coming in from the network, replaying stored data for testing, and delaying or
5- throttling CCSDS traffic.
3+ files, UDP sockets, and TCP sockets (client or server). It can be run as a GUI program, or
4+ run from a configuration file on the command line.
65
76
7+ The main uses cases are to store CCSDS packets coming in from the network, replaying stored
8+ data for testing, and delaying or throttling CCSDS traffic for testing or production. If
9+ you have CCSDS packets from a source, and want to send them to a destination, then this may
10+ be the tool for you!
11+
12+
13+ # Configuration
14+ There are a number of configuration options. These include the source and destination, when to forward a packet,
15+ limits on APID and packet size, and option headers and footers around the packet. These are described below.
16+
817
918## Timing
1019There are four options for how to forward packets from the input to the output.
You can’t perform that action at this time.
0 commit comments