yanic/runtime/testdata/node1.json

31 lines
379 B
JSON

{
"nodeinfo":{
"node_id":"node1.json",
"network":{
"mac": "a",
"mesh":{
"bat0":{
"interfaces":{
"wireless":["a"],
"other":["a2"]
}
}
}
}
},
"neighbours":{
"batadv":{
"a":{
"neighbours":{
"b":{"tq":150,"lastseen":0.42},
"c":{"tq":250,"lastseen":0.42}
}
}
},
"lldp":{
"a2": {"c2": {}}
}
}
}