Thanks all,
I used alfred to share configuration parameters to the whole network. Everything works fine.
Anyway, If I want to know any change of the current parameter then I need to periodically check for every 5 minutes. Is there any event triggered when a new value has just been set to alfred?
Thanks, Dat
On Thu, Feb 6, 2014 at 8:59 PM, Antonio Quartulli antonio@meshcoding.com wrote:
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,
-- Antonio Quartulli