-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathccsds_router.json
More file actions
67 lines (67 loc) · 1.3 KB
/
ccsds_router.json
File metadata and controls
67 lines (67 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"input_settings": {
"file": {
"file_name": "D:\\SAGE3\\Tests\\KSC PRCU 2\\SSMC 5_11_2016\\2016_05_11_00_00_00--2016_05_12_00_00_00_ssmcData.bin"
},
"tcp_client": {
"port": 8000,
"ip": "127.0.0.1"
},
"tcp_server": {
"port": 8000,
"ip": "127.0.0.1"
},
"udp": {
"port": 8001,
"ip": "127.0.0.1"
}
},
"input_selection": "File",
"output_settings": [
{
"file": {
"file_name": "data.bin"
},
"tcp_client": {
"port": 8000,
"ip": "127.0.0.1"
},
"tcp_server": {
"port": 8000,
"ip": "127.0.0.1"
},
"udp": {
"port": 8001,
"ip": "127.0.0.1"
}
}
],
"output_selection": [
"File"
],
"allowed_output_apids": [
null
],
"allowed_input_apids": null,
"theme": "Dark",
"packet_size": {
"Fixed": 1024
},
"little_endian_ccsds": false,
"frame_settings": {
"prefix_bytes": 36,
"keep_prefix": true,
"postfix_bytes": 0,
"keep_postfix": false
},
"max_length_bytes": 65542,
"timestamp_setting": "Asap",
"timestamp_def": {
"offset": 0,
"num_bytes_seconds": "ZeroBytes",
"num_bytes_subseconds": "ZeroBytes",
"subsecond_resolution": 0.0,
"is_little_endian": false
},
"auto_start": false
}