* [B.A.T.M.A.N.] batman OpenWRT integration
@ 2008-01-21 14:27 Marek Lindner
2008-01-21 15:04 ` Predrag Balorda
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Marek Lindner @ 2008-01-21 14:27 UTC (permalink / raw)
To: b.a.t.m.a.n
Hi,
finally I finished updating all the batman OpenWRT packages. Additionally, you
can find the tunnel kernel modul, the battools and batman advanced (layer 2)
kernel module in OpenWRT now.
You need the latest trunk to get these updates. We are already working on a
backport to 07.09 kamikaze but I'm not sure that these files are included in
the official SVN repository.
Feel free to contact me if you have any thoughts / wishes / bugs on that.
Greetings,
Marek
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-21 14:27 [B.A.T.M.A.N.] batman OpenWRT integration Marek Lindner
@ 2008-01-21 15:04 ` Predrag Balorda
2008-01-21 18:20 ` Andreas Langer
2008-01-24 19:08 ` Frithjof Hammer
2008-01-28 12:53 ` Marek Lindner
2 siblings, 1 reply; 10+ messages in thread
From: Predrag Balorda @ 2008-01-21 15:04 UTC (permalink / raw)
To: 'The list for a Better Approach To Mobile Ad-hoc Networking'
Marek, correct me here but are you saying you included the tunnel module in
batman ipk? No need for that as there is already a separate kmod-tun for
kamikaze7.09.
Also, the official kamikaze7.09 includes batman-0.2 (I think) but there are
these nice /etc/config/batman and /etc/init.d/batman that come with it. Have you
included those in your package? I have played a bit with the init script to
include one-way-tunnel and two-way-tunnel parameters in /etc/config/batman but
if you want I can play some more and include most if not all parameters in the
init script?
Also does the package include both batman-0.3 and batman-exp-0.3?
Regards,
Pele
> -----Original Message-----
> From: b.a.t.m.a.n-bounces@open-mesh.net [mailto:b.a.t.m.a.n-bounces@open-
> mesh.net] On Behalf Of Marek Lindner
> Sent: Monday, January 21, 2008 2:27 PM
> To: b.a.t.m.a.n@open-mesh.net
> Subject: [B.A.T.M.A.N.] batman OpenWRT integration
>
>
> Hi,
>
> finally I finished updating all the batman OpenWRT packages. Additionally,
> you
> can find the tunnel kernel modul, the battools and batman advanced (layer
> 2)
> kernel module in OpenWRT now.
> You need the latest trunk to get these updates. We are already working on a
> backport to 07.09 kamikaze but I'm not sure that these files are included
> in
> the official SVN repository.
> Feel free to contact me if you have any thoughts / wishes / bugs on that.
>
> Greetings,
> Marek
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-21 15:04 ` Predrag Balorda
@ 2008-01-21 18:20 ` Andreas Langer
2008-01-23 8:49 ` Vinay Menon
0 siblings, 1 reply; 10+ messages in thread
From: Andreas Langer @ 2008-01-21 18:20 UTC (permalink / raw)
To: pele, The list for a Better Approach To Mobile Ad-hoc Networking
Hi,
> Marek, correct me here but are you saying you included the tunnel module in
> batman ipk? No need for that as there is already a separate kmod-tun for
> kamikaze7.09.
marek means the batgat module which i wrote. batman does its own tunneling and
uses kmod-tun for it. this batman tunneling can also be done in the kernel
space which improves the overall tunnel performance. i hope ;)
> Also, the official kamikaze7.09 includes batman-0.2 (I think) but there are
> these nice /etc/config/batman and /etc/init.d/batman that come with it.
> Have you included those in your package?
> I have played a bit with the init
> script to include one-way-tunnel and two-way-tunnel parameters in
> /etc/config/batman but if you want I can play some more and include most if
> not all parameters in the init script?
yes, the config files are also included. but as far as i understood they are
not needed anymore in the not so distant future. OpenWRT has a new config
interface called UCI which we are going to support. up to now we don't fully
understand how this is going to work but as soon as we do we let you know.
regards,
andreas
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-21 18:20 ` Andreas Langer
@ 2008-01-23 8:49 ` Vinay Menon
2008-01-23 9:42 ` Frithjof Hammer
0 siblings, 1 reply; 10+ messages in thread
From: Vinay Menon @ 2008-01-23 8:49 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 368 bytes --]
Hi,
There is a typo in the batmand startup (init.d) script
the interface is refered as
interface=$(uci get batman.general.interface)
while it should be interface=$(uci get batmand.general.interface)
(ie. batman should be batmand)
similar is the case with the options too.
the uci command arguments are
uci get/set packagename.config_profile.option
Regards,
Vinay
[-- Attachment #2: Type: text/html, Size: 426 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-23 8:49 ` Vinay Menon
@ 2008-01-23 9:42 ` Frithjof Hammer
2008-01-24 13:02 ` Marek Lindner
0 siblings, 1 reply; 10+ messages in thread
From: Frithjof Hammer @ 2008-01-23 9:42 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hey!
I don't think its wise to use the start up number 100 for the init script.
Actually batman will start first (S100batman sorts before S10boot) so all
interfaces are still down.
Greetings,
Frithjof
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-23 9:42 ` Frithjof Hammer
@ 2008-01-24 13:02 ` Marek Lindner
2008-01-24 13:21 ` Predrag Balorda
0 siblings, 1 reply; 10+ messages in thread
From: Marek Lindner @ 2008-01-24 13:02 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hi,
> I don't think its wise to use the start up number 100 for the init script.
> Actually batman will start first (S100batman sorts before S10boot) so all
> interfaces are still down.
thanks for your hints. I fixed the config files and the init scripts.
Have fun,
Marek
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-24 13:02 ` Marek Lindner
@ 2008-01-24 13:21 ` Predrag Balorda
0 siblings, 0 replies; 10+ messages in thread
From: Predrag Balorda @ 2008-01-24 13:21 UTC (permalink / raw)
To: 'The list for a Better Approach To Mobile Ad-hoc Networking'
I use 72 on mine successfully, just after firewall etc etc are up
> -----Original Message-----
> From: b.a.t.m.a.n-bounces@open-mesh.net [mailto:b.a.t.m.a.n-bounces@open-
> mesh.net] On Behalf Of Marek Lindner
> Sent: Thursday, January 24, 2008 1:02 PM
> To: The list for a Better Approach To Mobile Ad-hoc Networking
> Subject: Re: [B.A.T.M.A.N.] batman OpenWRT integration
>
>
> Hi,
>
> > I don't think its wise to use the start up number 100 for the init
> script.
> > Actually batman will start first (S100batman sorts before S10boot) so all
> > interfaces are still down.
>
> thanks for your hints. I fixed the config files and the init scripts.
>
> Have fun,
> Marek
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-21 14:27 [B.A.T.M.A.N.] batman OpenWRT integration Marek Lindner
2008-01-21 15:04 ` Predrag Balorda
@ 2008-01-24 19:08 ` Frithjof Hammer
2008-01-24 19:31 ` Marek Lindner
2008-01-28 12:53 ` Marek Lindner
2 siblings, 1 reply; 10+ messages in thread
From: Frithjof Hammer @ 2008-01-24 19:08 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hey!
I can confirm this bug: https://dev.openwrt.org/ticket/3045 on the ixp4xx
platform. Any hints?
Greetings
Frithjof
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-24 19:08 ` Frithjof Hammer
@ 2008-01-24 19:31 ` Marek Lindner
0 siblings, 0 replies; 10+ messages in thread
From: Marek Lindner @ 2008-01-24 19:31 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hi,
> I can confirm this bug: https://dev.openwrt.org/ticket/3045 on the ixp4xx
> platform. Any hints?
does it help to activate policy routing here ?
make kernel_menuconfig
Networking -> Networking options -> IP: policy routing
Greetings,
Marek
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [B.A.T.M.A.N.] batman OpenWRT integration
2008-01-21 14:27 [B.A.T.M.A.N.] batman OpenWRT integration Marek Lindner
2008-01-21 15:04 ` Predrag Balorda
2008-01-24 19:08 ` Frithjof Hammer
@ 2008-01-28 12:53 ` Marek Lindner
2 siblings, 0 replies; 10+ messages in thread
From: Marek Lindner @ 2008-01-28 12:53 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hi,
I was sent a backport of the batman package for OpenWRT 7.09. Download and
install instructions can be found here:
https://www.open-mesh.net/batman/patches
Regards,
Marek
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-01-28 12:53 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21 14:27 [B.A.T.M.A.N.] batman OpenWRT integration Marek Lindner
2008-01-21 15:04 ` Predrag Balorda
2008-01-21 18:20 ` Andreas Langer
2008-01-23 8:49 ` Vinay Menon
2008-01-23 9:42 ` Frithjof Hammer
2008-01-24 13:02 ` Marek Lindner
2008-01-24 13:21 ` Predrag Balorda
2008-01-24 19:08 ` Frithjof Hammer
2008-01-24 19:31 ` Marek Lindner
2008-01-28 12:53 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox