-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathffapi.json
112 lines (112 loc) · 2.4 KB
/
ffapi.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
111
112
{
"name": "Freifunk Trier",
"url": "http://trier.freifunk.net",
"location": {
"city": "Trier",
"country": "DE",
"lat": 49.7596,
"lon": 6.6439
},
"contact": {
"email": "[email protected]",
"phone": "+49 651-9960300",
"irc": "irc://irc.hackint.org/freifunktrier",
"ml": "[email protected]",
"facebook": "https://www.facebook.com/freifunktrier",
"twitter": "@freifunktrier"
},
"state": {
"nodes": 500,
"description": "Local community in RLP. We support the region with the cities like Trier / Wittlich / Bitburg / Daun / Prüm / Saarburg / Hermeskeil.",
"focus": [
"infrastructure/backbone",
"Public Free Wifi",
"Social Community Building",
"Local services and content",
"Free internet access"
],
"lastchange": "2020-06-27T12:24:39.810Z"
},
"timeline": [
{
"description": "Founded in",
"timestamp": "2015-01-01"
}
],
"feeds": [
{
"name": "Blog",
"category": "blog",
"type": "rss",
"url": "http://trier.freifunk.net/feed/"
}
],
"nodeMaps": [
{
"url": "https://maps.freifunk-trier.de/",
"interval": "10",
"technicalType": "meshviewer",
"mapType": "geographical"
},
{
"url": "https://maps.freifunk-trier.de/data/nodelist.json",
"interval": "10",
"technicalType": "nodelist",
"mapType": "list/status"
},
{
"url": "https://maps.freifunk-trier.de/#/graph",
"interval": "10",
"technicalType": "meshviewer",
"mapType": "structural"
}
],
"support": {
"club": {
"city": "Trier"
}
},
"techDetails": {
"firmware": {
"name": "Gluon",
"url": "https://freifunktrier.github.io/Website/firmware.html",
"docs": "https://freifunktrier.github.io/Website/firmware.html",
"vpnaccess": "mail"
},
"dns": [
{
"domainname": "fftr",
"nameserver": [
"10.172.0.14",
"10.172.0.16",
"10.172.0.21"
]
}
],
"networks": {
"ipv6": [
{
"network": "2001:bf7:fc00::/44"
}
],
"ipv4": [
{
"network": "10.172.0.0/16"
}
]
},
"routing": [
"batman-adv"
],
"updatemode": [
"none",
"manual",
"autoupdate"
],
"legals": [
"vpnnational",
"institutions"
]
},
"api": "0.4.14"
}