Skip to content

guifi_traffic_assistant

Manos edited this page Dec 8, 2015 · 3 revisions

There are three collections in this database.

  • devices
  • links
  • graphServers

devices

Example:

{ 
"_id" : "48442", 
"graphServer" : "9969", 
"links" : { "54511" : "0" } 
}

links

Example:

{
"_id" : "73394",
"nodeA" : "68758",
"type" : "ap/client",
"nodeB" : "2231",
"radioModeB" : "ap",
"radioModeA" : "client",
"graphServerB" : "6833",
"graphServerA" : "6833",
"deviceA" : "65247",
"deviceB" : "4083"
}

graphServers

Example:

{
"_id" : "31118",
"found" : {
	"zone" : "2469"
},
"ipBlackList" : [
	"10.139.126.7",
            ...
	"savassona.guifi.net"
],
"devices" : [
	"16253",
	"76623",
            ...
	"17393"
],
"ip" : null
}
Clone this wiki locally