Skip to content

Commit 13f6f3c

Browse files
U-NDC\nmryanU-NDC\nmryan
authored andcommitted
readme changes
1 parent 22c9694 commit 13f6f3c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# CCSDS Router
22
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.
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
1019
There are four options for how to forward packets from the input to the output.

0 commit comments

Comments
 (0)