-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathiridium-test.toml
More file actions
55 lines (46 loc) · 952 Bytes
/
iridium-test.toml
File metadata and controls
55 lines (46 loc) · 952 Bytes
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
model = "SGP4"
bbox = [-49.452503, 141.155777, 60.098745, -102.828598]
interval = 5
animation = false
hosts = ["192.168.0.5:1969"]
peeringhosts = ["192.168.0.5:1970"]
dbhost = "192.168.0.2:8000"
database = true
[networkparams]
islpropagation = 3.336e-6
bandwidth = 100
mincommsaltitude = 100_000
minelevation = 8.2
gstpropagation = 3.336e-6
groundstationconnectiontype = "shortest"
[computeparams]
vcpu_count = 1
mem_size_mib = 1024
ht_enabled = false
bootparams = ""
kernel = "vmlinux.bin"
rootfs = "service.img"
disk_size_mib = 100
[sgp4params]
starttime = 2022-01-01T12:00:00+00:00
[[shell]]
planes = 6
sats = 11
altitude = 780
inclination = 90.0
arcofascendingnodes = 180.0
eccentricity = 0.0
[[groundstation]]
name = "sensor1"
# Enderbury
lat = -3.42
long = -171.5
[groundstation.computeparams]
rootfs = "sensor.img"
[[groundstation]]
name = "sink1"
# Nukunonu
lat = -9.17
long = -171.92
[groundstation.computeparams]
rootfs = "sink.img"