From 9a4c54cbefef1c50d15115930373fc31edc27665 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph <johannes.rudolph@ffnw.de> Date: Thu, 16 Jun 2016 16:40:29 +0200 Subject: [PATCH] hoods.json: Add Dinklage Fixes #57 --- hoods/files/lib/ffnw/hoods/hoods.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/hoods/files/lib/ffnw/hoods/hoods.json b/hoods/files/lib/ffnw/hoods/hoods.json index e69760a..b8bf11c 100644 --- a/hoods/files/lib/ffnw/hoods/hoods.json +++ b/hoods/files/lib/ffnw/hoods/hoods.json @@ -205,5 +205,29 @@ ] ] ] + }, + { + "name": "dinklage", + "bssid": "02:00:0A:12:A8:00", + "defaulthood": false, + "servers": [ + { + "host": "lk-vec01.sn.ffnw.de", + "port": "10002", + "publickey": "ca1b5487ffc20a1f90e0ac14e835d84ab9e52612b5ca62e073d0a13dad98775e" + } + ], + "boxes": [ + [ + [ + 52.62, + 7.91 + ], + [ + 52.74, + 8.16 + ] + ] + ] } ] \ No newline at end of file -- GitLab