-
Notifications
You must be signed in to change notification settings - Fork 5
/
configsample.json
69 lines (69 loc) · 1.95 KB
/
configsample.json
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
68
69
{
"database_user": "",
"database_password": "",
"web_host": "0.0.0.0",
"web_port": 8002,
"aprsfi_apikey": "",
"serial_rotors": "/dev/ttyUSB0",
"serial_transceiver_keenwoodts2000": "/dev/ttyS0",
"serial_transceiver_icom9100": "/dev/ttyUSB1",
"log_file": "utils/log.txt",
"log_size_sent": "10000",
"aprs_log_file": "utils/aprs.txt",
"auto_pass_refresh_rate": 1000,
"ground_location" : "Spain, Granada, Facultad de Ciencias",
"ground_station_lat": 37.179640,
"ground_station_lng": -3.6095,
"ground_station_alt": 673,
"propagator_passes_thr": 10,
"propagator_passes_step": 5,
"propagator_calculator_days": 3,
"propagator_calculator_frequency": 3600000,
"propagator_error" : 40000,
"recordings_path" : "recordings/",
"scripts_update_library": "sat_library/updateLibrary.py",
"scripts_update_library_dest" : "sat_library",
"scripts_update_cache_dir" : ".cache/",
"scripts_update_trsp_file" : "trsp.json",
"scripts_update_modes_file" : "modes.json",
"scripts_update_satnogs_trsp_url" : "https://db.satnogs.org/api/transmitters/?format=json",
"scripts_update_satnogs_modes_url" : "https://db.satnogs.org/api/modes/?format=json",
"scripts_update_baseurl" : "http://www.celestrak.com/NORAD/elements/",
"scripts_update_linesneeded" : "3",
"scripts_update_result_file" : "final.json",
"scripts_update_files": ["amateur.txt",
"cubesat.txt",
"dmc.txt",
"education.txt",
"engineering.txt",
"galileo.txt",
"geo.txt",
"geodetic.txt",
"globalstar.txt",
"glo-ops.txt",
"goes.txt",
"gorizont.txt",
"gps-ops.txt",
"intelsat.txt",
"iridium.txt",
"military.txt",
"molniya.txt",
"musson.txt",
"nnss.txt",
"noaa.txt",
"orbcomm.txt",
"other.txt",
"other-comm.txt",
"radar.txt",
"raduga.txt",
"resource.txt",
"sarsat.txt",
"sbas.txt",
"science.txt",
"tdrss.txt",
"tle-new.txt",
"visual.txt",
"weather.txt",
"x-comm.txt"
]
}