From b059ea61a365f1dc03fe536f580227121ff0886b Mon Sep 17 00:00:00 2001 From: Johannes Rudolph <johannes.rudolph@ffnw.de> Date: Thu, 16 Jun 2016 15:36:56 +0200 Subject: [PATCH] hoods.json: Add Hood Wittmund Closes #59 --- hoods/files/lib/ffnw/hoods/hoods.json | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/hoods/files/lib/ffnw/hoods/hoods.json b/hoods/files/lib/ffnw/hoods/hoods.json index fc52245..e69760a 100644 --- a/hoods/files/lib/ffnw/hoods/hoods.json +++ b/hoods/files/lib/ffnw/hoods/hoods.json @@ -176,5 +176,34 @@ ] ] ] + }, + { + "name": "wittmund", + "bssid": "02:00:0A:12:B8:00", + "defaulthood": false, + "servers": [ + { + "host": "lk-wtm01.sn.ffnw.de", + "port": "10000", + "publickey": "b57a979cc9ae698b4173b5b57b2b193e38de5cc423059023894965bba8458e45" + }, + { + "host": "lk-wtm02.sn.ffnw.de", + "port": "10001", + "publickey": "29a241d64158bc51f01e44bc188e91e5b887985da3688a02ce12b33439e17053" + } + ], + "boxes": [ + [ + [ + 53.5, + 7.56 + ], + [ + 53.72, + 7.85 + ] + ] + ] } ] \ No newline at end of file -- GitLab