-
Notifications
You must be signed in to change notification settings - Fork 1
/
ffkressbronn.json
85 lines (85 loc) · 1.75 KB
/
ffkressbronn.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
{
"name": "Freifunk Kressbronn",
"url": "http://www.freifunk-kressbronn.de",
"location": {
"city": "Kressbronn",
"country": "DE",
"geoCode": {
"lat": 47.59664272,
"lon": 9.59904671
}
},
"contact": {
"email": "technik@freifunk-kressbronn.de",
"phone": "+4975433028899",
"irc": "irc://irc.hackint.org/#ffbsee",
"ml": "freifunk-bodensee@list.ffbsee.de",
"facebook": "https://www.facebook.com/freifunk.bodensee/",
"twitter": "@FFBsee"
},
"metacommunity": "Freifunk Bodensee",
"state": {
"nodes": 49,
"focus": [
"Public Free Wifi",
"Free internet access"
],
"lastchange": "2023-07-10T20:15:00+02:00"
},
"feeds": [
{
"name": "Freifunk Bodensee Kalender",
"category": "ics",
"url": "https://bodensee.space/calendarfeeds/ffbseepublic.ics"
}
],
"nodeMaps": [
{
"url": "https://api.ffbsee.net/ffkrb.json",
"interval": "5",
"technicalType": "nodelist",
"mapType": "geographical"
}
],
"techDetails": {
"firmware": {
"name": "ffbsee",
"url": "https://software.ffbsee.de/firmware-wizard/",
"docs": "https://github.com/ffbsee/firmware",
"vpnaccess": "fwimage"
},
"dns": [
{
"domainname": "ffbsee",
"nameserver": [
"10.11.160.1",
"10.11.160.3"
]
}
],
"networks": {
"ipv6": [
{
"network": "fdef:1701:b5ee::/48"
}
],
"ipv4": [
{
"network": "10.11.160.0/20"
}
]
},
"routing": [
"batman-adv"
],
"updatemode": [
"manual",
"autoupdate"
],
"legals": [
"vpnnational",
"vpninternational"
]
},
"api": "0.5.2"
}