]> git.ipfire.org Git - thirdparty/freifunk-ipfire.git/blame - sites/FFHL.json
Adjustments to the JSON format.
[thirdparty/freifunk-ipfire.git] / sites / FFHL.json
CommitLineData
0733a0ef
PB
1{
2 "name": "Freifunk Lübeck",
3 "id": "FFHL",
4 "prefix": "freifunk",
5 "register": "mailto:keys@luebeck.freifunk.net",
6 "url": "http://luebeck.freifunk.net",
7 "map": "http://luebeck.freifunk.net/map/",
8
9 "supernodes": [
10 {
44289799 11 "protocol": "fastd",
0733a0ef
PB
12 "peer": "burgtor",
13 "key": "657af03e36ff1b8bbe5a5134982a4f110c8523a9a63293870caf548916a95a03",
14 "remote": "burgtor.mesh.ffhl.chaotikum.org",
44289799 15 "port": 10000,
16 "mtu": 1426,
17 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
0733a0ef
PB
18 },
19 {
44289799 20 "protocol": "fastd",
0733a0ef
PB
21 "peer": "holstentor",
22 "key": "8c660f7511bf101ea1b599fe53af20e1146cd923c9e9d2a3a0d534ee75af9067",
23 "remote": "holstentor.mesh.ffhl.chaotikum.org",
44289799 24 "port": 10000,
25 "mtu": 1426,
26 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
0733a0ef
PB
27 },
28 {
44289799 29 "protocol": "fastd",
0733a0ef
PB
30 "peer": "huextertor",
31 "key": "a1b124f43eae4f5929850c09cda825ef35d659e3db4d7746e3d97627e9fa7238",
32 "remote": "huextertor.mesh.ffhl.chaotikum.org",
44289799 33 "port": 10000,
34 "mtu": 1426,
35 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
0733a0ef
PB
36 },
37 {
44289799 38 "protocol": "fastd",
0733a0ef
PB
39 "peer": "muehlentor",
40 "key": "bd4ec3cf87bb0042eed2fa121fbc402154d28fb1ae9dff9cdb71bb21892f401a",
41 "remote": "muehlentor.mesh.ffhl.chaotikum.org",
44289799 42 "port": 10000,
43 "mtu": 1426,
44 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
0733a0ef
PB
45 }
46 ],
47
0733a0ef
PB
48 "batman-adv": "2013.4",
49
44289799 50 "adhoc" : [
51 {
52 "ssid": "02:d1:11:37:fc:38",
53 "bssid": "02:d1:11:37:fc:38",
54 "channel": 1,
55 "htmode": "HT40+",
56 "mesh_mcast_rate": 12000
57 },
58 {
59 "ssid": "02:d1:11:37:fc:38",
60 "bssid": "02:d1:11:37:fc:38",
61 "channel": 44,
62 "htmode" : "HT40+",
63 "mesh_mcast_rate": 12000
64 }
65 ],
66
67 "infrastructure" : [
68 {
69 "ssid": "luebeck.freifunk.net",
70 "channel": 1,
71 "htmode": "HT40+"
72 },
73 {
74 "ssid": "luebeck.freifunk.net",
75 "channel": 44,
76 "htmode": "HT40+"
77 }
78 ]
0733a0ef 79
0733a0ef 80}