This repository has been archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
api.json
110 lines (110 loc) · 2.51 KB
/
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
108
109
110
{
"name": "Freifunk Ulm",
"url": "http://www.freifunk-ulm.de",
"location": {
"city": "Ulm/Neu-Ulm",
"country": "DE",
"lat": 48.4,
"lon": 9.983333,
"address": {
"Name": "Freiraum",
"Street": "Platzgasse 18",
"Zipcode": "89073"
}
},
"contact": {
"email": "freifunkulm@lists.freifunk-ulm.de",
"irc": "irc://irc.freenode.net/#ffulm",
"ml": "freifunkulm@lists.freifunk-ulm.de"
},
"state": {
"nodes": 240,
"focus": [
"infrastructure/backbone",
"Public Free Wifi",
"Free internet access"
],
"lastchange": "2019-05-16T17:59:18.264Z"
},
"nodeMaps": [
{
"url": "https://map11.freifunk-ulm.de/data/nodelist_both.json",
"interval": "5 min.",
"technicalType": "nodelist",
"mapType": "list/status"
},
{
"url": "https://map11.freifunk-ulm.de/meshviewer/#/de/graph",
"interval": "5 min.",
"technicalType": "meshviewer",
"mapType": "structural"
},
{
"url": "https://map11.freifunk-ulm.de/meshviewer/#/de/map",
"interval": "5 min.",
"technicalType": "meshviewer",
"mapType": "geographical"
},
{
"url": "https://map10.freifunk-ulm.de/meshviewer/#/de/graph",
"interval": "5 min.",
"technicalType": "meshviewer",
"mapType": "structural"
},
{
"url": "https://map10.freifunk-ulm.de/meshviewer/#/de/map",
"interval": "5 min.",
"technicalType": "meshviewer",
"mapType": "geographical"
}
],
"support": {
"club": {
"name": "Freifunk Unterstützungsverein e.V.",
"street": "Fichtestr. 13",
"zip": "89231",
"city": "Neu-Ulm",
"url": "http://freifunk-unterstuetzungsverein.de/",
"email": "vorsitzender@freifunk-unterstuetzungsverein.de"
}
},
"privacy": {
"policyurl": "http://freifunk-unterstuetzungsverein.de/datenschutzerklaerung.html"
},
"techDetails": {
"firmware": {
"name": "ffulm",
"url": "https://firmware.freifunk-ulm.de/",
"docs": "https://github.com/ffulm/firmware",
"vpnaccess": "fwimage"
},
"dns": [
{
"domainname": "ffulm"
}
],
"networks": {
"ipv6": [
{
"network": "fdef:17a0:fff1::/48"
}
],
"ipv4": [
{
"network": "10.33.0.0/16"
}
]
},
"routing": [
"batman-adv"
],
"updatemode": [
"autoupdate"
],
"legals": [
"vpnnational",
"vpninternational"
]
},
"api": "0.4.14"
}