batman-adv C helper library
06:12 04 Jun 2026

How do I access batman-adv, which is primarily a linux kernel module built on the B.A.T.M.A.N algorithm, in a c program. I need to access the neighbours and related information of a batman mesh.

c mesh-network