-
Notifications
You must be signed in to change notification settings - Fork 0
/
videoconference-cloud.toml
119 lines (101 loc) · 1.97 KB
/
videoconference-cloud.toml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
bbox = [-6.8596, -11.0020, 19.7872, 22.2767]
resolution = 5
duration = 600
[network_params]
bandwidth_kbits = 10_000
min_elevation = 40
ground_station_connection_type = "all"
[compute_params]
vcpu_count = 2
mem_size_mib = 512
kernel = "server-linux.bin"
rootfs = "server.img"
disk_size_mib = 50
[[shell]]
planes = 72
sats = 22
altitude_km = 550
inclination = 53.0
arc_of_ascending_nodes = 360.0
eccentricity = 0.0
[[shell]]
planes = 32
sats = 50
altitude_km = 1110
inclination = 53.8
arc_of_ascending_nodes = 360.0
eccentricity = 0.0
[[shell]]
planes = 8
sats = 50
altitude_km = 1130
inclination = 74.0
arc_of_ascending_nodes = 360.0
eccentricity = 0.0
[[shell]]
planes = 5
sats = 75
altitude_km = 1275
inclination = 81.0
arc_of_ascending_nodes = 360.0
eccentricity = 0.0
[[shell]]
planes = 6
sats = 75
altitude_km = 1325
inclination = 70.0
arc_of_ascending_nodes = 360.0
eccentricity = 0.0
[[ground_station]]
name = "tracker"
# Azure South Africa North (Johannesburg)
lat = -26.189948
long = 28.031616
[ground_station.compute_params]
vcpu_count = 4
mem_size_mib = 4096
kernel = "client-linux.bin"
rootfs = "tracker-alt.img"
[[ground_station]]
#name = "Accra"
name = "1"
lat = 5.548854
long = -0.220214
[ground_station.compute_params]
vcpu_count = 4
mem_size_mib = 4096
kernel = "client-linux.bin"
rootfs = "client.img"
disk_size_mib = 500
[[ground_station]]
#name = "Abuja"
name = "2"
lat = 9.054770
long = 7.483895
[ground_station.compute_params]
vcpu_count = 4
mem_size_mib = 4096
kernel = "client-linux.bin"
rootfs = "client.img"
disk_size_mib = 500
[[ground_station]]
#name = "Yaounde"
name = "3"
lat = 3.872887
long = 11.520264
[ground_station.compute_params]
vcpu_count = 4
mem_size_mib = 4096
kernel = "client-linux.bin"
rootfs = "client.img"
disk_size_mib = 500
[[ground_station]]
name = "server"
# Azure South Africa North (Johannesburg)
lat = -26.189948
long = 28.031616
[ground_station.compute_params]
vcpu_count = 4
mem_size_mib = 4096
kernel = "server-linux.bin"
rootfs = "server.img"