-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathffapi.json
164 lines (164 loc) · 3.96 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "Freifunk Darmstadt",
"url": "http://darmstadt.freifunk.net",
"location": {
"city": "Darmstadt",
"country": "DE",
"lat": 49.87299,
"lon": 8.650015,
"address": {
"Name": "W17",
"Street": "Wilhelminenstraße 17",
"Zipcode": "64283"
}
},
"contact": {
"email": "info@darmstadt.freifunk.net",
"phone": "+49 06151 6294552",
"irc": "irc://irc.hackint.org/ffda",
"ml": "http://lists.freifunk.net/mailman/listinfo/darmstadt-freifunk.net",
"twitter": "@freifunkda"
},
"state": {
"lastchange": "2018-04-10T15:22:45+00:00",
"focus": [
"infrastructure/backbone",
"Public Free Wifi",
"Social Community Building",
"Free internet access"
]
},
"timeline": [
{
"description": "Erstes Treffen",
"timestamp": "2014-02-13",
"url": "https://darmstadt.freifunk.net/news/2014/02/17/erstes-ffda-treffen"
},
{
"description": "Erster Knoten",
"timestamp": "2014-06-26",
"url": "https://darmstadt.freifunk.net/news/2014/07/09/erste-mesh-knoten"
},
{
"description": "Präsentation bei städtischer IT-Abteilung",
"timestamp": "2015-01-29",
"url": "https://darmstadt.freifunk.net/news/2015/01/31/informationsveranstaltung-bei-der-stadt-darmstadt"
},
{
"description": "100 Knoten",
"timestamp": "2015-03-01",
"url": "https://darmstadt.freifunk.net/news/2015/03/02/ein-jahr-freifunk-darmstadt"
},
{
"description": "IPv6 Internetanbindung",
"timestamp": "2015-04-06",
"url": "https://darmstadt.freifunk.net/news/2015/04/23/ipv6-anbindung"
},
{
"description": "IPv4 Internetanbindung nun über eigene IP-Adressen",
"timestamp": "2015-06-16",
"url": "https://darmstadt.freifunk.net/news/2015/06/17/uplink-via-freifunk-rheinland"
}
],
"feeds": [
{
"name": "News",
"category": "blog",
"type": "rss",
"url": "https://darmstadt.freifunk.net/feed.xml"
},
{
"name": "Forum",
"category": "forum",
"type": "rss",
"url": "https://forum.darmstadt.freifunk.net/latest.rss"
}
],
"nodeMaps": [
{
"url": "https://meshviewer.darmstadt.freifunk.net",
"interval": "60",
"technicalType": "meshviewer",
"mapType": "geographical"
},
{
"url": "https://meshviewer.darmstadt.freifunk.net/data/nodelist.json",
"interval": "60",
"technicalType": "nodelist",
"mapType": "list/status"
}
],
"support": {
"club": {
"name": "Chaos Computer Club Darmstadt e.V.",
"street": "Wilhelminenstraße 17",
"zip": "64283",
"city": "Darmstadt",
"url": "http://www.chaos-darmstadt.de",
"email": "info@chaos-darmstadt.de"
},
"donations": {
"bankaccount": {
"IBAN": "DE47 5089 0000 0064 3445 01",
"BIC": "GENODEF1VBD",
"usage": "Freifunk"
},
"campaigns": [
{
"provider": "betterplace",
"projectid": "27613"
},
{
"provider": "boost",
"projectid": "3433"
}
]
}
},
"techDetails": {
"firmware": {
"name": "gluon-ffda",
"url": "http://firmware.darmstadt.freifunk.net",
"docs": "https://forum.darmstadt.freifunk.net/c/technik/firmware",
"vpnaccess": "mail"
},
"dns": [
{
"domainname": "ffda.io",
"nameserver": [
"ns1.as6766.net.",
"ns2.as6766.net."
]
}
],
"networks": {
"ipv6": [
{
"network": "2001:67c:2ed8::/48"
},
{
"network": "fd01:67c:2ed8::/48"
}
],
"ipv4": [
{
"network": "10.84.0.0/15"
},
{
"network": "82.195.73.0/26"
}
]
},
"routing": [
"batman-adv"
],
"updatemode": [
"manual",
"autoupdate"
],
"legals": [
"institutions"
]
},
"api": "0.4.14"
}