diff options
author | egon_ffj <egon@freifunk-jena.de> | 2012-04-03 08:19:16 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2012-04-03 08:19:16 (GMT) |
commit | cb325e4a9c3efab9155a8420e4c583c541c326c8 (patch) | |
tree | 1adaaebb0461891af213fcddec7ee523ddb5e1bf /files/common/www/service/cgi-bin/nodes.json | |
parent | e3416a9c5bbe53907523c03cfb210b3226fe9898 (diff) | |
parent | ed72d266b3bf9ad6332ce56dfb304a6507b0f2c9 (diff) |
Merge branch 'plugnpray' of git://git.freifunk-jena.de/freifunk/ffj-buildroot-v2 into plugnpray
Diffstat (limited to 'files/common/www/service/cgi-bin/nodes.json')
-rwxr-xr-x | files/common/www/service/cgi-bin/nodes.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/common/www/service/cgi-bin/nodes.json b/files/common/www/service/cgi-bin/nodes.json new file mode 100755 index 0000000..e0c5206 --- /dev/null +++ b/files/common/www/service/cgi-bin/nodes.json @@ -0,0 +1,10 @@ +#!/bin/sh -e + +echo -e 'Status: 200 OK\r +Content-Type: application/json\r +\r +[{"id": "unique123", "uplink": true, "pos": {"lat": 50.927222, "lon": 11.586111}, "name": "Papst", "owner": "Peter"}, + {"id": "unique124", "uplink": false, "pos": {"lat": 50.937222, "lon": 11.588111}}, + {"id": "unique125", "uplink": false, "pos": {"lat": 50.921222, "lon": 11.587111}, "name": "Wifihorst"}, + {"id": "unique126", "uplink": true, "pos": {"lat": 50.925222, "lon": 11.580111}}, + {"id": "unique127", "uplink": false, "pos": {"lat": 50.930222, "lon": 11.582111}, "owner": "Hans Wurst"}]'
\ No newline at end of file |