Simon Hunt | 0bf5649 | 2016-10-20 18:30:11 -0700 | [diff] [blame] | 1 | { |
| 2 | "devices": { |
| 3 | "of:0000000000000010": { "basic": { "name": "DOVER", "latitude": 51.1295, "longitude": 1.3089 }}, |
| 4 | |
| 5 | "of:0000000000000021": { "basic": { "name": "BRGHTN-A", "latitude": 50.9000, "longitude": -0.1313 }}, |
| 6 | "of:0000000000000022": { "basic": { "name": "BRGHTN-B", "latitude": 50.8429, "longitude": -0.1413 }}, |
| 7 | "of:0000000000000023": { "basic": { "name": "BRGHTN-C", "latitude": 50.8429, "longitude": -0.1213 }}, |
| 8 | |
| 9 | "of:0000000000000031": { "basic": { "name": "LONDON-A", "latitude": 51.5091, "longitude": -0.2704 }}, |
| 10 | "of:0000000000000032": { "basic": { "name": "LONDON-B", "latitude": 51.5091, "longitude": 0.0432 }}, |
| 11 | "of:0000000000000033": { "basic": { "name": "LONDON-C", "latitude": 51.4513, "longitude": -0.1058 }}, |
| 12 | "of:0000000000000034": { "basic": { "name": "LONDON-D", "latitude": 51.5418, "longitude": -0.1931 }}, |
| 13 | "of:0000000000000035": { "basic": { "name": "LONDON-E", "latitude": 51.5072, "longitude": -0.1175 }} |
| 14 | }, |
| 15 | |
| 16 | "hosts": { |
Jeremy Ronquillo | 6e920c8 | 2017-07-10 16:44:09 -0700 | [diff] [blame] | 17 | "00:00:00:00:00:10/-1": { "basic": { "locations": ["of:0000000000000010/1"], "ips": [ "10.0.1.0" ], "name": "DOVER", "latitude": 51.6295, "longitude": 1.9089 }}, |
Simon Hunt | 0bf5649 | 2016-10-20 18:30:11 -0700 | [diff] [blame] | 18 | |
Jeremy Ronquillo | 6e920c8 | 2017-07-10 16:44:09 -0700 | [diff] [blame] | 19 | "00:00:00:00:00:21/-1": { "basic": { "locations": ["of:0000000000000021/1"], "ips": [ "10.0.2.1" ], "name": "BRGHTN-A", "latitude": 51.4000, "longitude": -0.6313 }}, |
| 20 | "00:00:00:00:00:22/-1": { "basic": { "locations": ["of:0000000000000022/1"], "ips": [ "10.0.2.2" ], "name": "BRGHTN-B", "latitude": 52.3429, "longitude": -0.6413 }}, |
| 21 | "00:00:00:00:00:23/-1": { "basic": { "locations": ["of:0000000000000023/1"], "ips": [ "10.0.2.3" ], "name": "BRGHTN-C", "latitude": 52.3429, "longitude": -0.6213 }}, |
Simon Hunt | 0bf5649 | 2016-10-20 18:30:11 -0700 | [diff] [blame] | 22 | |
Jeremy Ronquillo | 6e920c8 | 2017-07-10 16:44:09 -0700 | [diff] [blame] | 23 | "00:00:00:00:00:31/-1": { "basic": { "locations": ["of:0000000000000031/1"], "ips": [ "10.0.3.1" ], "name": "LONDON-A", "latitude": 52.0091, "longitude": -0.7704 }}, |
| 24 | "00:00:00:00:00:32/-1": { "basic": { "locations": ["of:0000000000000032/1"], "ips": [ "10.0.3.2" ], "name": "LONDON-B", "latitude": 52.0091, "longitude": 0.0432 }}, |
| 25 | "00:00:00:00:00:33/-1": { "basic": { "locations": ["of:0000000000000033/1"], "ips": [ "10.0.3.3" ], "name": "LONDON-C", "latitude": 51.9513, "longitude": -0.6058 }}, |
| 26 | "00:00:00:00:00:34/-1": { "basic": { "locations": ["of:0000000000000034/1"], "ips": [ "10.0.3.4" ], "name": "LONDON-D", "latitude": 52.0418, "longitude": -0.6931 }}, |
| 27 | "00:00:00:00:00:35/-1": { "basic": { "locations": ["of:0000000000000035/1"], "ips": [ "10.0.3.5" ], "name": "LONDON-E", "latitude": 52.0072, "longitude": -0.6175 }} |
Simon Hunt | 0bf5649 | 2016-10-20 18:30:11 -0700 | [diff] [blame] | 28 | }, |
| 29 | |
| 30 | "regions": { |
| 31 | "rBri": { |
| 32 | "basic": { |
| 33 | "name": "Brighton Area", |
| 34 | "type": "metro", |
| 35 | "devices": [ |
| 36 | "of:0000000000000021", |
| 37 | "of:0000000000000022", |
| 38 | "of:0000000000000023" |
| 39 | ] |
| 40 | } |
| 41 | }, |
| 42 | "rLon": { |
| 43 | "basic": { |
| 44 | "name": "Greater London", |
| 45 | "type": "metro", |
| 46 | "devices": [ |
| 47 | "of:0000000000000031", |
| 48 | "of:0000000000000032" |
| 49 | ] |
| 50 | } |
| 51 | }, |
| 52 | "rLonWest": { |
| 53 | "basic": { |
| 54 | "name": "London West End", |
| 55 | "type": "metro", |
| 56 | "devices": [ |
| 57 | "of:0000000000000033", |
| 58 | "of:0000000000000034", |
| 59 | "of:0000000000000035" |
| 60 | ] |
| 61 | } |
| 62 | } |
| 63 | }, |
| 64 | |
| 65 | "layouts": { |
Simon Hunt | b3656d4 | 2017-04-07 18:15:35 -0700 | [diff] [blame] | 66 | "root": { |
Simon Hunt | 0bf5649 | 2016-10-20 18:30:11 -0700 | [diff] [blame] | 67 | "basic": { |
| 68 | "geomap": "uk", |
| 69 | "scale": 1.2, |
| 70 | "offsetX": -50, |
| 71 | "offsetY": 0 |
| 72 | } |
| 73 | }, |
| 74 | "lBri": { |
| 75 | "basic": { |
| 76 | "region": "rBri", |
| 77 | "geomap": "uk-brighton", |
| 78 | "scale": 0.9, |
| 79 | "offsetX": 200, |
| 80 | "offsetY": -45 |
| 81 | } |
| 82 | }, |
| 83 | "lLon": { |
| 84 | "basic": { |
| 85 | "region": "rLon", |
| 86 | "geomap": "uk-london" |
| 87 | } |
| 88 | }, |
| 89 | "lLonWest": { |
| 90 | "basic": { |
| 91 | "parent": "lLon", |
| 92 | "region": "rLonWest", |
| 93 | "sprites": "uk-london-westend" |
| 94 | } |
| 95 | } |
| 96 | } |
Simon Hunt | 0bf5649 | 2016-10-20 18:30:11 -0700 | [diff] [blame] | 97 | } |