alias.json.example 494 B

12345678910111213141516171819202122232425
  1. {
  2. "nodeinfo": {
  3. "hostname": "Supernode-001",
  4. "node_id": "deadcafe1337",
  5. "hardware": {
  6. "model": "Raspberry Pi 2 B"
  7. },
  8. "owner": {
  9. "contact": "info@example.org"
  10. },
  11. "system": {
  12. "site_code": "ffggrz",
  13. "role": "gateway"
  14. },
  15. "location": {
  16. "latitude": 89.10727755551,
  17. "longitude": 5.00932562351
  18. },
  19. "pages": [
  20. "http://start.ffggrz/",
  21. "http://start.ffggrz.de/"
  22. ]
  23. },
  24. "firstseen": "2015-04-12T15:41:01"
  25. }