forked from freifunkMUC/freifunk.net-API
-
Notifications
You must be signed in to change notification settings - Fork 2
/
altdorf.freifunk.net.json
75 lines (75 loc) · 1.83 KB
/
altdorf.freifunk.net.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
70
71
72
73
74
75
{
"name": "Freifunk Altdorf e.V.",
"url": "https://www.freifunk-altdorf.de",
"techDetails": {
"updatemode": [
"manual",
"autoupdate"
],
"firmware": {
"url": "http://fw1.tecff.de",
"docs": "https://github.com/tecff",
"name": "gluon",
"vpnaccess": "automatic"
},
"legals": [
"vpnnational",
"institutions"
],
"routing": [
"802.11s",
"batman-adv"
],
"networks": {
"ipv4": [
{
"network": "10.120.0.0/16"
}
],
"ipv6": [
{
"network": "fdef:ffc0:4ffa::/64"
}
]
}
},
"contact": {
"ml": "altdorf@freifunk.net",
"twitter": "@FreifunkAltdorf",
"facebook": "https://www.facebook.com/freifunka",
"email": "info@freifunk-altdorf.de",
"phone": "+4987120540155"
},
"state": {
"lastchange": "2023-01-01T20:03:25.255245",
"nodes": 654,
"focus": [
"infrastructure/backbone",
"Public Free Wifi",
"Social Community Building"
]
},
"api": "0.4.14",
"location": {
"lat": 48.5625,
"country": "DE",
"lon": 12.0793,
"city": "Altdorf",
"address": {
"Zipcode": "84032"
}
},
"nodeMaps": [
{
"url": "https://map.tecff.de/",
"interval": "1 minute",
"technicalType": "hopglass",
"mapType": "geographical"
},
{
"url": "https://map.tecff.de/yanic/nodelist.json",
"interval": "1 minute",
"technicalType": "nodelist"
}
]
}