yanic/runtime/testdata/node1.json

31 lines
379 B
JSON
Raw Normal View History

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