forked from hkbharath/AutoDroneDelivery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server_setup.json
54 lines (54 loc) · 1.22 KB
/
server_setup.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
{
"base_servers" : [
{
"id" : 1,
"name": "Loyola Institute, TCD",
"ip":"10.35.70.22",
"drone_port":33001,
"sync_port":33002,
"location":{
"lat": 53.343473,
"lon": -6.251387
}
},
{
"id" : 2,
"name": "UCD School of Computer Science",
"ip":"10.35.70.35",
"drone_port":33001,
"sync_port":33002,
"location":{
"lat": 53.309282,
"lon": -6.223975
}
},
{
"id" : 3,
"name": "Stokes Building, DCU",
"ip":"10.35.70.42",
"drone_port":33003,
"sync_port":33004,
"location":{
"lat": 53.385552,
"lon": -6.256092
}
}
],
"drones" : [
{
"id" : 1,
"ip":"10.35.70.9",
"peer_port": 33001
},
{
"id" : 2,
"ip":"10.35.70.36",
"peer_port": 33001
},
{
"id" : 3,
"ip":"10.35.70.42",
"peer_port": 33001
}
]
}