[B.A.T.M.A.N.] netifd batman-adv proto

2013-01-02 Thread Filippo Sallemi
onfig interface mesh option proto bat option device bat0 option interfaces 'wlan0 wlan1' option gw_mode server ... if someone think that my work could be useful and can provide a better and elegant integration on openwrt please keep in touch. -- Filippo Sallemi

[B.A.T.M.A.N.] hotplug.d

2012-05-26 Thread Filippo Sallemi
Hi all, there is an error in /etc/hotplug.d/net/99-batman-adv at line 9. The function that be called is bat_config and not config_bat Could someone fix it in latest batman-adv stable release? Rgds -- Filippo Sallemi

Re: [B.A.T.M.A.N.] Fwd: /lib/batman-adv/config.sh

2012-02-28 Thread Filippo Sallemi
Il 28 febbraio 2012 09:21, Marek Lindner ha scritto: > On Tuesday, February 28, 2012 16:06:44 Filippo Sallemi wrote: >> Ok but i' dont wait for this. Hotplug was called when a new interface >> is added. msh0 is no a real interface so when wlan0 is added I sleep 4 >> sec

Re: [B.A.T.M.A.N.] Fwd: /lib/batman-adv/config.sh

2012-02-28 Thread Filippo Sallemi
2012 20:42:58 Filippo Sallemi wrote: >> Il 27 febbraio 2012 09:11, Marek Lindner ha > scritto: >> > On Monday, February 27, 2012 01:49:44 Filippo Sallemi wrote: >> >> Ok in this email my proposal patch. >> >> I've to sleep 4s if you have an ap +

Re: [B.A.T.M.A.N.] Fwd: /lib/batman-adv/config.sh

2012-02-27 Thread Filippo Sallemi
Il 27 febbraio 2012 09:11, Marek Lindner ha scritto: > On Monday, February 27, 2012 01:49:44 Filippo Sallemi wrote: >> Ok in this email my proposal patch. >> I've to sleep 4s if you have an ap + adhoc vifs. >> >> [ "$(echo $interface | awk '$0

Re: [B.A.T.M.A.N.] /lib/batman-adv/config.sh

2012-02-26 Thread Filippo Sallemi
oopps. I've miss the files Il 26 febbraio 2012 18:49, Filippo Sallemi ha scritto: > Ok in this email my proposal patch. > I've to sleep 4s if you have an ap + adhoc vifs. > > [ "$(echo $interface | awk '$0 ~ /^wlan[0-9]*/')" ] && sleep 4s > &g

[B.A.T.M.A.N.] Fwd: /lib/batman-adv/config.sh

2012-02-26 Thread Filippo Sallemi
radio 3 seconds are enought. bye -- Messaggio inoltrato -- Da: Marek Lindner Date: 11 febbraio 2012 11:08 Oggetto: Re: /lib/batman-adv/config.sh A: Filippo Sallemi On Friday, February 10, 2012 01:21:21 you wrote: > > Yeah - looks good. > > I still don't get why

[B.A.T.M.A.N.] Fwd: mesh: received packet with own address as source address

2012-02-20 Thread Filippo Sallemi
-- Messaggio inoltrato -- Da: Filippo Sallemi Date: 20 febbraio 2012 10:50 Oggetto: Re: [B.A.T.M.A.N.] mesh: received packet with own address as source address A: Sven Eckelmann Il 20 febbraio 2012 00:55, Sven Eckelmann ha scritto: > On Monday 20 February 2012 00:45:01 Fili

[B.A.T.M.A.N.] mesh: received packet with own address as source address

2012-02-19 Thread Filippo Sallemi
1' option 'netmask' '255.0.0.0' config 'interface' 'lan' option 'macaddr' '02:15:6d:b0:19:48' option 'type' 'bridge' option 'ifname' 'eth0 mesh' option 'proto' 'dhcp' config 'interface' 'msh0' option 'proto' 'none' option 'mtu' '1528' Someone can help me? I've 20 nodes crazy -- Filippo Sallemi

[B.A.T.M.A.N.] Very strange behaviour

2011-11-19 Thread Filippo Sallemi
of my network. How it is possible? My script is not ready and iwconfig output show the changed channel apparently do not have the same behavior if channel is far from other nodes (es 6) This is very very strange for me! Rgds -- Filippo Sallemi

Re: [B.A.T.M.A.N.] batctl ping exit status

2011-11-19 Thread Filippo Sallemi
2011/11/19 Antonio Quartulli : > On Sat, Nov 19, 2011 at 11:43:40 +0100, Filippo Sallemi wrote: >> Hi all, >> I'm working on a simple script that check if node is connected. The >> scope of this script is make every node able to autorescue in case of >> change cha

[B.A.T.M.A.N.] batctl ping exit status

2011-11-19 Thread Filippo Sallemi
o check if batctl ping status command. It is possible to fix batctl ping to work such as ping command? Rgds -- Filippo Sallemi

[B.A.T.M.A.N.] Warning - packet contains unknown ether type: 0x86dd

2011-10-20 Thread Filippo Sallemi
Hi, I dont understand why but some time my nodes show msg: Warning - packet contains unknown ether type: 0x86dd when exec batctl td wlan0. Can anyone tell me what mean? and if it is as problem how to fix. Rgds -- Filippo Sallemi

Re: [B.A.T.M.A.N.] Compile error on openwrt with new patch

2011-10-18 Thread Filippo Sallemi
Sorry Marek, but how much is stable batman.2011.3.0 ? Can I use it in production? Rgds 2011/10/18 Filippo Sallemi : > oops sorry > > 2011/10/18 Marek Lindner : >> >> Filippo, >> >> could you please always send your mails to the mailing list ? If you stop >

Re: [B.A.T.M.A.N.] Compile error on openwrt with new patch

2011-10-18 Thread Filippo Sallemi
ould you please revert the comitts 28473 and 28477. > > Thanks, > Marek > -- Filippo Sallemi

Re: [B.A.T.M.A.N.] Compile error on openwrt with new patch

2011-10-18 Thread Filippo Sallemi
opps sorry 1. make clean 2. make distclean 3. make -j 3 2011/10/18 Filippo Sallemi : > No my patch folder was empty before update. Now the only way to > compile batman-adv is to revert to last version. > > N.B. Here the command executed after first time error > > 1. svn clean;

Re: [B.A.T.M.A.N.] Compile error on openwrt with new patch

2011-10-18 Thread Filippo Sallemi
ectly_set_the_data_field_in_the_TT_REPONSE_packet. >> patch! > > works for me. Do you have additional patches in your patches folder which are > incompatible ? > > Regards, > Marek > -- Filippo Sallemi

[B.A.T.M.A.N.] Compile error on openwrt with new patch

2011-10-18 Thread Filippo Sallemi
with fuzz 2 (offset -448 lines). 1 out of 2 hunks FAILED -- saving rejects to file translation-table.c.rej Patch failed! Please fix ./patches/batman-adv_correctly_set_the_data_field_in_the_TT_REPONSE_packet.patch! Rgds -- Filippo Sallemi

Re: [B.A.T.M.A.N.] Batman-adv secure

2011-10-05 Thread Filippo Sallemi
p > > Cheers, > > > -- > Antonio Quartulli > > ..each of us alone is worth nothing.. > Ernesto "Che" Guevara > -- Filippo Sallemi

Re: [B.A.T.M.A.N.] Batman-adv secure

2011-10-05 Thread Filippo Sallemi
imple interface? Rgds 2011/10/4 Antonio Quartulli : > Hi Filippo, > > On Tue, Oct 04, 2011 at 11:39:04PM +0200, Filippo Sallemi wrote: >> Hi guys, >> I've read the open-mesh FAQ but I'm not able to resolve my problem. >> I understood that the mesh network is a

Re: [B.A.T.M.A.N.] Batman-adv secure

2011-10-04 Thread Filippo Sallemi
only >> the specified nodes mac? > > Please consult our FAQ and feel free to ask unanswered questions afterwards: > http://www.open-mesh.org/wiki/open-mesh/FAQ > > > Regards, > Marek > -- Filippo Sallemi

Re: [B.A.T.M.A.N.] openwrt lib/batman-adv/config.sh

2011-09-12 Thread Filippo Sallemi
ction in a separate file such the previous emails. Rgds. Filippo 2011/8/24 Filippo Sallemi : > Ok. I'm just working on it > > 2011/8/22 Marek Lindner : >> On Wednesday, August 17, 2011 06:54:20 Filippo Sallemi wrote: >>> No. no prblem from me >> >> Ok, I

[B.A.T.M.A.N.] batman-adv and coovachilli

2011-09-02 Thread Filippo Sallemi
ve tried to use tap device but the problem is not resolved. Suggest? -- Filippo Sallemi

Re: [B.A.T.M.A.N.] openwrt lib/batman-adv/config.sh

2011-08-24 Thread Filippo Sallemi
Ok. I'm just working on it 2011/8/22 Marek Lindner : > On Wednesday, August 17, 2011 06:54:20 Filippo Sallemi wrote: >> No. no prblem from me > > Ok, I just comitted the new package. Let me know when you have the hotplug > stuff ready to be included as well. > > Rega

Re: [B.A.T.M.A.N.] batman-adv 2011.3.0 released

2011-08-24 Thread Filippo Sallemi
various cleanups to make packaging >> of batctl easier. tcpdump was updated, so that it can analyze the new tt & >> roaming packets and was extended by a new option to filter all packets except >> the specified types. An additional debug level for all client announcement >> related information was added too. A pair of small bugs was squashed along >> the >> way: bisect did not properly initialize a variable which led to a compile >> time >> warning and a potential memory leak in the bat-hosts parser fixed. >> >> >> Happy routing, >> The B.A.T.M.A.N. team >> > -- Filippo Sallemi

[B.A.T.M.A.N.] Fake batctl gwl results

2011-08-18 Thread Filippo Sallemi
Hi all, I don't understand why when an node gateway switch its channel to another however it is visible in the by batctl gwl or batctl o command but with very low link quality and obviously the node is ununreacheable. This is normal? Rgds -- Filippo Sallemi

Re: [B.A.T.M.A.N.] openwrt lib/batman-adv/config.sh

2011-08-16 Thread Filippo Sallemi
g hooks to restart the batman-adv > configuration automatically. > Generally, the scripts look good to me. You also changed its "coding style", > e.g. $var -> ${var}. This does not look very OpenWRT-ish, therefore I would > prefer keeping the current style. Any objections ? > > Regards, > Marek > -- Filippo Sallemi

[B.A.T.M.A.N.] AP - STA

2011-08-16 Thread Filippo Sallemi
Hi, It's possible to use batman-adv in ap sta mode? Rgds -- Filippo Sallemi

[B.A.T.M.A.N.] openwrt lib/batman-adv/config.sh

2011-08-16 Thread Filippo Sallemi
hotplug script so when network restart, all batman interface will be reconfigured automatically and I just work to do this. In this mail you can find batman-adv initscript updated to work in this way and the batman-adv library file that must be located in /lib/batman-adv/. Any comment are ap

[B.A.T.M.A.N.] Batman-adv secure

2011-08-16 Thread Filippo Sallemi
Rgds -- Filippo Sallemi