File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CCSDS Router
2
2
This 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.
6
5
7
6
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
+
8
17
9
18
## Timing
10
19
There 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