]> git.ipfire.org Git - thirdparty/freifunk-ipfire.git/blame - sites/rheinufer.json
Adjustments to the JSON format.
[thirdparty/freifunk-ipfire.git] / sites / rheinufer.json
CommitLineData
92da7d8a
PB
1{
2 "name": "Freifunk Rheinufer",
3 "id": "rheinufer",
4 "prefix": "FF-",
5 "register": "http://register.rheinufer.freifunk-rheinland.net",
6 "url": "http://www.freifunk-rheinland.net",
7 "map": "http://ffmap.freifunk-rheinland.net",
8
9 "supernodes": [
10 {
44289799 11 "protocol": "fastd",
92da7d8a
PB
12 "peer": "rheinufer0",
13 "key": "1f9ad5481a6773d963fa38980afbf7d296163070aecd8d600863d866bafddf32",
14 "remote": "rheinufer0.freifunk-rheinland.net",
44289799 15 "port": 10040,
16 "mtu": 1426,
17 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
92da7d8a
PB
18 },
19 {
44289799 20 "protocol": "fastd",
92da7d8a
PB
21 "peer": "rheinufer1",
22 "key": "ab8959c1f974fa24354734f5bbe8106f8980a1b33eff22be580d9bcd3052e357",
44289799 23 "remote": "rheinufer1.freifunk-rheinland.net",
24 "port": 10040,
25 "mtu": 1426,
26 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
92da7d8a
PB
27 },
28 {
44289799 29 "protocol": "fastd",
92da7d8a
PB
30 "peer": "rheinufer2",
31 "key": "4ab84305bad610bf8c8b76c7897aa97dd4740893f680ac486ee1ee0b7e4ec18b",
32 "remote": "rheinufer2.freifunk-rheinland.net",
44289799 33 "port": 10040,
34 "mtu": 1426,
35 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
92da7d8a
PB
36 },
37 {
44289799 38 "protocol": "fastd",
92da7d8a
PB
39 "peer": "rheinufer3",
40 "key": "052ff3cc4d383ce4797ef12f4dabe22b8fc62c76e24f9b7827fe14c11522c474",
41 "remote": "rheinufer3.freifunk-rheinland.net",
44289799 42 "port": 10040,
43 "mtu": 1426,
44 "ciphers": ["salsa2012+umac", "salsa2012+gmac"]
92da7d8a
PB
45 }
46 ],
47
92da7d8a
PB
48 "batman-adv": "2013.4",
49
44289799 50 "adhoc" : [
51 {
52 "ssid": "wifimesh-rheinufer",
53 "bssid": "32:CA:FF:EE:BA:BE",
54 "channel": 3,
55 "htmode": "HT40+",
56 "mesh_mcast_rate": 12000
57 },
58 {
59 "ssid": "wifimesh-rheinufer5",
60 "bssid": "02:44:CA:FF:EE:EE",
61 "channel": 44,
62 "htmode" : "HT40+",
63 "mesh_mcast_rate": 12000
64 }
65 ],
92da7d8a 66
44289799 67 "infrastructure" : [
68 {
69 "ssid": "Freifunk",
70 "channel": 3,
71 "htmode": "HT40+"
72 },
73 {
74 "ssid": "Freifunk (5GHz)",
75 "channel": 44,
76 "htmode": "HT40+"
77 }
78 ]