On Aug 26, 2020 19:02, amuza <amuza(a)riseup.net> wrote:
How could I see through the command line other active
nodes?
This is a super important question and I'm not sure if the Babeld case
have been documented anywhere yet, thanks for asking this!
For the neighbours known by Batman-adv you can use the command:
batctl o
For the neighbours (and much other info) known by Babeld you can use:
echo dump | nc ::1 30003
Which sends a packet with the word "dump" to the same router at a door
configured in /etc/config/babeld (30003 is not the standard Babeld port,
LibreMesh devs chose it) and shows the answer.
https://www.irif.fr/~jch/software/babel/babeld.html#LOCAL_CONFIGURATION_INT…
Ciao,
Ilario