sudomesh / sudowrt-firmware

Scripts to build the sudo mesh OpenWRT firmware.
Other
73 stars 19 forks source link

babel implementation for ninux netdiff #90

Open max-b opened 8 years ago

max-b commented 8 years ago

Looks like they have oslr, batman-adv, and bmx6, but no babel. I think it'd be super useful to have a babel version of this for mapping and monitoring.

https://github.com/ninuxorg/netdiff

paidforby commented 5 years ago

cool idea, we are working https://peoplesopen.net/monitor in https://github.com/sudomesh/monitor. Also, wouldn't it be difficult to implement this for babeld because nodes are naive about the full topology of the network. For example, our monitor can only see the exitnode's neighbors and their neighbors, not the full tree structure of the network. To see deeper, we could to inspect every node with a traceroute, not sure how the suggested netdiif software handles this. Curious if you have any thoughts about this @max-b ?