config.json.example 784 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "batman": "bat0",
  3. "bridge": "br-client",
  4. "mesh-vpn": [ "mesh-vpn" ],
  5. "mesh-wlan": [ "ibss0", "mesh0" ],
  6. "fastd_socket": "/var/run/fastd.mesh_vpn.socket",
  7. "rate_limit": 30,
  8. "rate_limit_burst": 10,
  9. "nodeinfo": {
  10. "hostname": "Supernode-001",
  11. "node_id": "deadcafe1337",
  12. "hardware": {
  13. "model": "Raspberry Pi 2 B"
  14. },
  15. "owner": {
  16. "contact": "info@example.org"
  17. },
  18. "software": {
  19. "firmware": {
  20. "release": "0.42"
  21. }
  22. },
  23. "system": {
  24. "site_code": "ffggrz",
  25. "role": "gateway"
  26. },
  27. "location": {
  28. "latitude": 89.10727755551,
  29. "longitude": 5.00932562351
  30. },
  31. "pages": [
  32. "http://start.ffggrz/",
  33. "http://start.ffggrz.de/"
  34. ]
  35. },
  36. "firstseen": "2015-04-12T15:41:01"
  37. }