yanic/models/testdata/node1.json

26 lines
306 B
JSON
Raw Normal View History

2016-06-16 20:59:58 +02:00
{
"nodeinfo":{
"node_id":"node1.json",
"network":{
"mesh":{
"bat0":{
"interfaces":{
"wireless":["a"]
}
}
}
}
},
"neighbours":{
"batadv":{
"a":{
"neighbours":{
"b":{"tq":250,"lastseen":0.42},
"c":{"tq":250,"lastseen":0.42}
}
}
}
}
}