On 06/02/14 13:54, Le Tran Dat wrote:
Hi Antonio,
Could you explain more about opening a socket on the bat0 interface? Should I write a new user space deamon or write it inside batman adv?
everything is userspace in this case. It's about writing a program in userspace that sends raw Ethernet frames. batman-adv in this case can be seen like an Ethernet switch, so you can treat you bat0 like it was a normal eth0 connected to this switch. No need to touch batman-adv at all.
Cheers,