<div dir="ltr"><div><div><div>Hi,<br><br>If I am understand port of 33123 is for connect to debug babel. It is nice but<br>what you think add defined in config other port for example:<br><br></div><div>  option local_json_port  33125<br><br></div><div>where we use telnet or nc dump current table in JSON format ?<br></div><div>JSON frmat is very useful and easy to creat own HTML page <br></div><div><br></div><div>We can use option:<br><br></div><div>echo /all | nc :: ..  to dump all self, neighbours, xroute, route (it maybe config parameters?)<br></div><div>echo /nieghbours | nc ::<br></div><div>echo /router |nc ::<br></div><div>echo /xrouter |nc :: <br></div><div>echo /self | nc :  dump slef node information ID and node name<br><br></div><div>we can select what we want to dump for exmaple only neighbors table:<br><br></div><div>echo /neighbors | nc :: 33125 <br><br>    "neighbors": [<br>{<br>    "??????": "546030",<br>    "address": "fe80::20e:8eff:fe19:5133",<br>    "if": "mesh0",<br>    "reach": ffff,<br></div><div>    "rxcost": 256,<br></div><div>    "txcost": 256,<br></div><div>    "cost": 256<br></div><div>    "rtt": ,<br></div><div>},<br></div><div>{<br>    "??????": "346050",<br>    "address": "fe80::20e:8eff:fe16:2134",<br>    "if": "mesh0",<br>    "reach": fffb,<br><div>    "rxcost": 256,<br></div><div>    "txcost": 256,<br></div><div>    "cost": 256<br></div><div>    "rtt": ,<br></div>},<br>....<br><br></div><div>JSON format it is useful to developers who will be intergrate babel with own WebGUI for<br></div><div>example LucIGUI or deleoper Commotion.net to display in own GUI tabel with information<br></div><div>from babel like neighbours, router, xrouter <br></div><div><br></div></div></div><div class="gmail_extra">Waldek<br></div></div>