-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreifunkHannover-api.json
107 lines (107 loc) · 2.31 KB
/
FreifunkHannover-api.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
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
{
"name": "Freifunk Hannover",
"url": "https://hannover.freifunk.net/",
"location": {
"city": "Hannover",
"country": "DE",
"lat": 52.371484,
"lon": 9.719891,
"address": {
"Name": "@leinelab",
"Street": "Burgweg 5",
"Zipcode": "30419"
}
},
"contact": {
"email": "[email protected]",
"irc": "irc://irc.hackint.org/#freifunkh",
"ml": "[email protected]",
"facebook": "https://www.facebook.com/freifunkhannover",
"twitter": "@freifunkh"
},
"state": {
"nodes": 1750,
"focus": [
"Public Free Wifi",
"Social Community Building",
"Free internet access"
],
"lastchange": "2021-07-16T11:48:55.320Z"
},
"services": [
{
"serviceName": "stats",
"serviceDescription": "graphana of some technical details",
"externalUri": "https://stats.ffh.zone/",
"internalUri": "https://stats.ffh.zone/"
}
],
"nodeMaps": [
{
"url": "https://hannover.freifunk.net/karte/",
"interval": "60",
"technicalType": "meshviewer",
"mapType": "geographical"
},
{
"url": "https://harvester.ffh.zone/api/nodelist.json",
"interval": "1min",
"technicalType": "nodelist",
"mapType": "list/status"
}
],
"socialprojects": {
"number": 36,
"contact": "[email protected]"
},
"support": {
"club": {
"name": "FNorden e.V.",
"street": "Wülferoder Str. 70",
"zip": "30539",
"city": "Hannover",
"url": "https://fnorden.net/",
"email": "[email protected]"
}
},
"techDetails": {
"firmware": {
"name": "Gluon",
"url": "https://hannover.freifunk.net/download/?dir=Router-Firmware",
"docs": "https://hannover.freifunk.net/wiki/Freifunk/FirmwareReleases",
"vpnaccess": "mail"
},
"dns": [
{
"domainname": "ffh.zone",
"nameserver": [
"ns1.fnorden.net"
]
}
],
"networks": {
"ipv6": [
{
"network": "fdca:ffee:8::/64"
}
],
"ipv4": [
{
"network": "10.2.0.0/16"
}
]
},
"routing": [
"batman-adv"
],
"updatemode": [
"manual",
"autoupdate"
],
"legals": [
"vpnnational",
"institutions"
]
},
"api": "0.4.14"
}