-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideoconference-test.toml
88 lines (74 loc) · 1.54 KB
/
videoconference-test.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
# bbox = [-6.8596, -11.0020, 19.7872, 22.2767]
bbox = [-27.0, -11.0020, 19.7872, 29.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
[[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"