public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] robin
@ 2007-08-21 10:51 a.anselmi
  2007-08-24 16:30 ` Lemonde
  0 siblings, 1 reply; 8+ messages in thread
From: a.anselmi @ 2007-08-21 10:51 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi,

I'm using BATMAN routing algorithm on an kamikaze based firwmare,
realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS capable mesh
software which targets Atheros AP51 devices such as Meraki Mini or Fonera.

As soon as flashed, mini-routers act as mesh-network appliances: all you
need is power-on the devices and connect almost one of these to a xDSL
DHCP capable router; users in the mesh cloud can associate with mesh nodes
APs (open and WPA-PSK protected ones) and start browsing. ROBIN comes also
with a precofigured NoDogSplash release offering firewalling and
throttling.

If you want test the ROBIN download it (images and docs) from:
http://sourceforge.net/projects/ponte2/
the tarball contains the kernel (vmlinux.gz .lzma) and the root filesystem
(jffs2-64k) needed for flashing Meraki Mini and Fonera.

Many thanks to all for suggestions, reports and bug divering!


--
Antonio
a.anselmi(at)oltrelinux(dot)com
www.blogin.it





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [B.A.T.M.A.N.] robin
  2007-08-21 10:51 [B.A.T.M.A.N.] robin a.anselmi
@ 2007-08-24 16:30 ` Lemonde
  2007-08-24 17:35   ` Steven Leeman
  0 siblings, 1 reply; 8+ messages in thread
From: Lemonde @ 2007-08-24 16:30 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Hi, all. Hi, Antonio.

I've made up two ROBIN nodes on LaFoneras.
They works quite well.

---node.A as gateway---
root@OpenWrt:~# /sbin/brn -h
usage /sbin/brn
 -a : shows batmand -d 1
 -b : shows neighbors
 -d : shows non-direct neighbors
 -g : shows: OGs using NBs with non-direct GWs
 -v : shows all
 -l : loop every 2 seconds
 -h : shows help

root@OpenWrt:~# /sbin/brn -v
All Originators:
6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
NBs:
6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
NBs with non-direct GWs:
OGs using NBs with non-direct GWs:
root@OpenWrt:~#
-------------------------

---node.B as node------
root@OpenWrt:~# /sbin/brn -v
All Originators:
6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
NBs:
6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
NBs with non-direct GWs:
OGs using NBs with non-direct GWs:
root@OpenWrt:~#
-------------------------

ROBIN is so 0-config that I can't understand how it woks. :-)

regards,

zukky

P.S.
Antonio, your documents are so nice.


> Hi,
>
> I'm using BATMAN routing algorithm on an kamikaze based firwmare,
> realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS capable mesh
> software which targets Atheros AP51 devices such as Meraki Mini or Fonera.
>   

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [B.A.T.M.A.N.] robin
  2007-08-24 16:30 ` Lemonde
@ 2007-08-24 17:35   ` Steven Leeman
  2007-08-24 18:22     ` Vinay Menon
  0 siblings, 1 reply; 8+ messages in thread
From: Steven Leeman @ 2007-08-24 17:35 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Ive allready got a  5Node fonera robin mesh and 8others are waiting to
be installed; first a vis-server;and the most recent updates

2007/8/24, Lemonde <zukky@bb.banban.jp>:
> Hi, all. Hi, Antonio.
>
> I've made up two ROBIN nodes on LaFoneras.
> They works quite well.
>
> ---node.A as gateway---
> root@OpenWrt:~# /sbin/brn -h
> usage /sbin/brn
>  -a : shows batmand -d 1
>  -b : shows neighbors
>  -d : shows non-direct neighbors
>  -g : shows: OGs using NBs with non-direct GWs
>  -v : shows all
>  -l : loop every 2 seconds
>  -h : shows help
>
> root@OpenWrt:~# /sbin/brn -v
> All Originators:
> 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
> NBs:
> 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
> NBs with non-direct GWs:
> OGs using NBs with non-direct GWs:
> root@OpenWrt:~#
> -------------------------
>
> ---node.B as node------
> root@OpenWrt:~# /sbin/brn -v
> All Originators:
> 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
> NBs:
> 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
> NBs with non-direct GWs:
> OGs using NBs with non-direct GWs:
> root@OpenWrt:~#
> -------------------------
>
> ROBIN is so 0-config that I can't understand how it woks. :-)
>
> regards,
>
> zukky
>
> P.S.
> Antonio, your documents are so nice.
>
>
> > Hi,
> >
> > I'm using BATMAN routing algorithm on an kamikaze based firwmare,
> > realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS capable mesh
> > software which targets Atheros AP51 devices such as Meraki Mini or Fonera.
> >
> _______________________________________________
> 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] 8+ messages in thread

* Re: [B.A.T.M.A.N.] robin
  2007-08-24 17:35   ` Steven Leeman
@ 2007-08-24 18:22     ` Vinay Menon
  2007-08-24 20:22       ` a.anselmi
  2007-08-25  8:56       ` Steven Leeman
  0 siblings, 2 replies; 8+ messages in thread
From: Vinay Menon @ 2007-08-24 18:22 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

[-- Attachment #1: Type: text/plain, Size: 2413 bytes --]

I tried ROBIN on the Meraki nodes i have,must say it really looks promising.
Truly 0-config without the need of a central server this is plug-n play :)

I was wondering why dont you use the same essid as ROBIN instead of the
ROBIN_mac/ip.
This would make a mesh repeater network and would completely emulate meraki.

Thanks and
Regards,
Vinay

On 8/24/07, Steven Leeman <steven@leeman.be> wrote:
>
> Ive allready got a  5Node fonera robin mesh and 8others are waiting to
> be installed; first a vis-server;and the most recent updates
>
> 2007/8/24, Lemonde <zukky@bb.banban.jp>:
> > Hi, all. Hi, Antonio.
> >
> > I've made up two ROBIN nodes on LaFoneras.
> > They works quite well.
> >
> > ---node.A as gateway---
> > root@OpenWrt:~# /sbin/brn -h
> > usage /sbin/brn
> >  -a : shows batmand -d 1
> >  -b : shows neighbors
> >  -d : shows non-direct neighbors
> >  -g : shows: OGs using NBs with non-direct GWs
> >  -v : shows all
> >  -l : loop every 2 seconds
> >  -h : shows help
> >
> > root@OpenWrt:~# /sbin/brn -v
> > All Originators:
> > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
> > NBs:
> > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
> > NBs with non-direct GWs:
> > OGs using NBs with non-direct GWs:
> > root@OpenWrt:~#
> > -------------------------
> >
> > ---node.B as node------
> > root@OpenWrt:~# /sbin/brn -v
> > All Originators:
> > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
> > NBs:
> > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
> > NBs with non-direct GWs:
> > OGs using NBs with non-direct GWs:
> > root@OpenWrt:~#
> > -------------------------
> >
> > ROBIN is so 0-config that I can't understand how it woks. :-)
> >
> > regards,
> >
> > zukky
> >
> > P.S.
> > Antonio, your documents are so nice.
> >
> >
> > > Hi,
> > >
> > > I'm using BATMAN routing algorithm on an kamikaze based firwmare,
> > > realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS capable
> mesh
> > > software which targets Atheros AP51 devices such as Meraki Mini or
> Fonera.
> > >
> > _______________________________________________
> > 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
> >
> _______________________________________________
> 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
>



-- 
Vinay Menon

[-- Attachment #2: Type: text/html, Size: 4109 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [B.A.T.M.A.N.] robin
  2007-08-24 18:22     ` Vinay Menon
@ 2007-08-24 20:22       ` a.anselmi
  2007-08-24 21:56         ` Michael Burmeister-Brown
  2007-08-25  8:56       ` Steven Leeman
  1 sibling, 1 reply; 8+ messages in thread
From: a.anselmi @ 2007-08-24 20:22 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

The ESSID ROBIN_mac/ip is only for the public hotspotting, ROBIN works on
pseudo-IBSS mode (adhemo) without beacons (invisible), so mesh ESSID is
not necessary.

--
Antonio

> I tried ROBIN on the Meraki nodes i have,must say it really looks
> promising.
> Truly 0-config without the need of a central server this is plug-n play :)
>
> I was wondering why dont you use the same essid as ROBIN instead of the
> ROBIN_mac/ip.
> This would make a mesh repeater network and would completely emulate
> meraki.
>
> Thanks and
> Regards,
> Vinay
>
> On 8/24/07, Steven Leeman <steven@leeman.be> wrote:
>>
>> Ive allready got a  5Node fonera robin mesh and 8others are waiting to
>> be installed; first a vis-server;and the most recent updates
>>
>> 2007/8/24, Lemonde <zukky@bb.banban.jp>:
>> > Hi, all. Hi, Antonio.
>> >
>> > I've made up two ROBIN nodes on LaFoneras.
>> > They works quite well.
>> >
>> > ---node.A as gateway---
>> > root@OpenWrt:~# /sbin/brn -h
>> > usage /sbin/brn
>> >  -a : shows batmand -d 1
>> >  -b : shows neighbors
>> >  -d : shows non-direct neighbors
>> >  -g : shows: OGs using NBs with non-direct GWs
>> >  -v : shows all
>> >  -l : loop every 2 seconds
>> >  -h : shows help
>> >
>> > root@OpenWrt:~# /sbin/brn -v
>> > All Originators:
>> > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
>> > NBs:
>> > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
>> > NBs with non-direct GWs:
>> > OGs using NBs with non-direct GWs:
>> > root@OpenWrt:~#
>> > -------------------------
>> >
>> > ---node.B as node------
>> > root@OpenWrt:~# /sbin/brn -v
>> > All Originators:
>> > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
>> > NBs:
>> > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
>> > NBs with non-direct GWs:
>> > OGs using NBs with non-direct GWs:
>> > root@OpenWrt:~#
>> > -------------------------
>> >
>> > ROBIN is so 0-config that I can't understand how it woks. :-)
>> >
>> > regards,
>> >
>> > zukky
>> >
>> > P.S.
>> > Antonio, your documents are so nice.
>> >
>> >
>> > > Hi,
>> > >
>> > > I'm using BATMAN routing algorithm on an kamikaze based firwmare,
>> > > realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS
>> capable
>> mesh
>> > > software which targets Atheros AP51 devices such as Meraki Mini or
>> Fonera.
>> > >
>> > _______________________________________________
>> > 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
>> >
>> _______________________________________________
>> 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
>>
>
>
>
> --
> Vinay Menon
> _______________________________________________
> 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] 8+ messages in thread

* RE: [B.A.T.M.A.N.] robin
  2007-08-24 20:22       ` a.anselmi
@ 2007-08-24 21:56         ` Michael Burmeister-Brown
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Burmeister-Brown @ 2007-08-24 21:56 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Antonio,

OK.  Is it OK with you if I md5 the password for ath2 / ssh?

Will you be setting the passwd for ssh using it in this build?

Mike

-----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
a.anselmi@oltrelinux.com
Sent: Friday, August 24, 2007 1:22 PM
To: The list for a Better Approach To Mobile Ad-hoc Networking
Subject: Re: [B.A.T.M.A.N.] robin

The ESSID ROBIN_mac/ip is only for the public hotspotting, ROBIN works
on
pseudo-IBSS mode (adhemo) without beacons (invisible), so mesh ESSID is
not necessary.

--
Antonio

> I tried ROBIN on the Meraki nodes i have,must say it really looks
> promising.
> Truly 0-config without the need of a central server this is plug-n
play :)
>
> I was wondering why dont you use the same essid as ROBIN instead of
the
> ROBIN_mac/ip.
> This would make a mesh repeater network and would completely emulate
> meraki.
>
> Thanks and
> Regards,
> Vinay
>
> On 8/24/07, Steven Leeman <steven@leeman.be> wrote:
>>
>> Ive allready got a  5Node fonera robin mesh and 8others are waiting
to
>> be installed; first a vis-server;and the most recent updates
>>
>> 2007/8/24, Lemonde <zukky@bb.banban.jp>:
>> > Hi, all. Hi, Antonio.
>> >
>> > I've made up two ROBIN nodes on LaFoneras.
>> > They works quite well.
>> >
>> > ---node.A as gateway---
>> > root@OpenWrt:~# /sbin/brn -h
>> > usage /sbin/brn
>> >  -a : shows batmand -d 1
>> >  -b : shows neighbors
>> >  -d : shows non-direct neighbors
>> >  -g : shows: OGs using NBs with non-direct GWs
>> >  -v : shows all
>> >  -l : loop every 2 seconds
>> >  -h : shows help
>> >
>> > root@OpenWrt:~# /sbin/brn -v
>> > All Originators:
>> > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
>> > NBs:
>> > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
>> > NBs with non-direct GWs:
>> > OGs using NBs with non-direct GWs:
>> > root@OpenWrt:~#
>> > -------------------------
>> >
>> > ---node.B as node------
>> > root@OpenWrt:~# /sbin/brn -v
>> > All Originators:
>> > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
>> > NBs:
>> > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
>> > NBs with non-direct GWs:
>> > OGs using NBs with non-direct GWs:
>> > root@OpenWrt:~#
>> > -------------------------
>> >
>> > ROBIN is so 0-config that I can't understand how it woks. :-)
>> >
>> > regards,
>> >
>> > zukky
>> >
>> > P.S.
>> > Antonio, your documents are so nice.
>> >
>> >
>> > > Hi,
>> > >
>> > > I'm using BATMAN routing algorithm on an kamikaze based firwmare,
>> > > realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS
>> capable
>> mesh
>> > > software which targets Atheros AP51 devices such as Meraki Mini
or
>> Fonera.
>> > >
>> > _______________________________________________
>> > 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
>> >
>> _______________________________________________
>> 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
>>
>
>
>
> --
> Vinay Menon
> _______________________________________________
> 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
>


_______________________________________________
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] 8+ messages in thread

* Re: [B.A.T.M.A.N.] robin
  2007-08-24 18:22     ` Vinay Menon
  2007-08-24 20:22       ` a.anselmi
@ 2007-08-25  8:56       ` Steven Leeman
  2007-08-25 15:23         ` a.anselmi
  1 sibling, 1 reply; 8+ messages in thread
From: Steven Leeman @ 2007-08-25  8:56 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

[-- Attachment #1: Type: text/plain, Size: 2912 bytes --]

so people are flashing the meraki because they don't want to work with the
central server dashboard.Meraki.com ?


2007/8/24, Vinay Menon <vinaymenon@gmail.com>:
>
> I tried ROBIN on the Meraki nodes i have,must say it really looks
> promising.
> Truly 0-config without the need of a central server this is plug-n play :)
>
> I was wondering why dont you use the same essid as ROBIN instead of the
> ROBIN_mac/ip.
> This would make a mesh repeater network and would completely emulate
> meraki.
>
> Thanks and
> Regards,
> Vinay
>
> On 8/24/07, Steven Leeman <steven@leeman.be> wrote:
> >
> > Ive allready got a  5Node fonera robin mesh and 8others are waiting to
> > be installed; first a vis-server;and the most recent updates
> >
> > 2007/8/24, Lemonde <zukky@bb.banban.jp >:
> > > Hi, all. Hi, Antonio.
> > >
> > > I've made up two ROBIN nodes on LaFoneras.
> > > They works quite well.
> > >
> > > ---node.A as gateway---
> > > root@OpenWrt:~# /sbin/brn -h
> > > usage /sbin/brn
> > >  -a : shows batmand -d 1
> > >  -b : shows neighbors
> > >  -d : shows non-direct neighbors
> > >  -g : shows: OGs using NBs with non-direct GWs
> > >  -v : shows all
> > >  -l : loop every 2 seconds
> > >  -h : shows help
> > >
> > > root@OpenWrt:~# /sbin/brn -v
> > > All Originators:
> > > 6.16.66.32           6.16.66.32 (128):       6.16.66.32 (128)
> > > NBs:
> > > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
> > > NBs with non-direct GWs:
> > > OGs using NBs with non-direct GWs:
> > > root@OpenWrt:~#
> > > -------------------------
> > >
> > > ---node.B as node------
> > > root@OpenWrt:~# /sbin/brn -v
> > > All Originators:
> > > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
> > > NBs:
> > > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
> > > NBs with non-direct GWs:
> > > OGs using NBs with non-direct GWs:
> > > root@OpenWrt:~#
> > > -------------------------
> > >
> > > ROBIN is so 0-config that I can't understand how it woks. :-)
> > >
> > > regards,
> > >
> > > zukky
> > >
> > > P.S.
> > > Antonio, your documents are so nice.
> > >
> > >
> > > > Hi,
> > > >
> > > > I'm using BATMAN routing algorithm on an kamikaze based firwmare,
> > > > realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS
> > capable mesh
> > > > software which targets Atheros AP51 devices such as Meraki Mini or
> > Fonera.
> > > >
> > > _______________________________________________
> > > 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
> > >
> > _______________________________________________
> > 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
> >
>
>
>
> --
> Vinay Menon
> _______________________________________________
> 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
>
>

[-- Attachment #2: Type: text/html, Size: 6351 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [B.A.T.M.A.N.] robin
  2007-08-25  8:56       ` Steven Leeman
@ 2007-08-25 15:23         ` a.anselmi
  0 siblings, 0 replies; 8+ messages in thread
From: a.anselmi @ 2007-08-25 15:23 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

> so people are flashing the meraki because they don't want to work with the
> central server dashboard.Meraki.com ?

Not only. So that, we are writing a server side php interface that will
replace a visualization server and will rely on Meraki dashborad adding
some views taken from nodogsplash daemon... I think it will be ready for
public tests within a couple of weeks.

The other reason was that I think is better starting from scratch with a
totally open, clear and clean root filesystem like kamikaze: I colud build
the needed image with only and only what I want and skilled users can
upgrade adding any desired package.

...personally not any flames against Meraki dashboard !

--
Antonio

>
> 2007/8/24, Vinay Menon <vinaymenon@gmail.com>:
>>
>> I tried ROBIN on the Meraki nodes i have,must say it really looks
>> promising.
>> Truly 0-config without the need of a central server this is plug-n play
>> :)
>>
>> I was wondering why dont you use the same essid as ROBIN instead of the
>> ROBIN_mac/ip.
>> This would make a mesh repeater network and would completely emulate
>> meraki.
>>
>> Thanks and
>> Regards,
>> Vinay
>>
>> On 8/24/07, Steven Leeman <steven@leeman.be> wrote:
>> >
>> > Ive allready got a  5Node fonera robin mesh and 8others are waiting to
>> > be installed; first a vis-server;and the most recent updates
>> >
>> > 2007/8/24, Lemonde <zukky@bb.banban.jp >:
>> > > Hi, all. Hi, Antonio.
>> > >
>> > > I've made up two ROBIN nodes on LaFoneras.
>> > > They works quite well.
>> > >
>> > > ---node.A as gateway---
>> > > root@OpenWrt:~# /sbin/brn -h
>> > > usage /sbin/brn
>> > >  -a : shows batmand -d 1
>> > >  -b : shows neighbors
>> > >  -d : shows non-direct neighbors
>> > >  -g : shows: OGs using NBs with non-direct GWs
>> > >  -v : shows all
>> > >  -l : loop every 2 seconds
>> > >  -h : shows help
>> > >
>> > > root@OpenWrt:~# /sbin/brn -v
>> > > All Originators:
>> > > 6.16.66.32           6.16.66.32 (128):       6.16.66.32 (128)
>> > > NBs:
>> > > 6.16.66.32           6.16.66.32 (128):      6.16.66.32 (128)
>> > > NBs with non-direct GWs:
>> > > OGs using NBs with non-direct GWs:
>> > > root@OpenWrt:~#
>> > > -------------------------
>> > >
>> > > ---node.B as node------
>> > > root@OpenWrt:~# /sbin/brn -v
>> > > All Originators:
>> > > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
>> > > NBs:
>> > > 6.16.62.172         6.16.62.172 (126):     6.16.62.172 (126)
>> > > NBs with non-direct GWs:
>> > > OGs using NBs with non-direct GWs:
>> > > root@OpenWrt:~#
>> > > -------------------------
>> > >
>> > > ROBIN is so 0-config that I can't understand how it woks. :-)
>> > >
>> > > regards,
>> > >
>> > > zukky
>> > >
>> > > P.S.
>> > > Antonio, your documents are so nice.
>> > >
>> > >
>> > > > Hi,
>> > > >
>> > > > I'm using BATMAN routing algorithm on an kamikaze based firwmare,
>> > > > realizing ROBIN (Routing Batman Inside) MESH: a 0-config, QoS
>> > capable mesh
>> > > > software which targets Atheros AP51 devices such as Meraki Mini or
>> > Fonera.
>> > > >
>> > > _______________________________________________
>> > > 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
>> > >
>> > _______________________________________________
>> > 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
>> >
>>
>>
>>
>> --
>> Vinay Menon
>> _______________________________________________
>> 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
>>
>>
> _______________________________________________
> 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] 8+ messages in thread

end of thread, other threads:[~2007-08-25 15:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-21 10:51 [B.A.T.M.A.N.] robin a.anselmi
2007-08-24 16:30 ` Lemonde
2007-08-24 17:35   ` Steven Leeman
2007-08-24 18:22     ` Vinay Menon
2007-08-24 20:22       ` a.anselmi
2007-08-24 21:56         ` Michael Burmeister-Brown
2007-08-25  8:56       ` Steven Leeman
2007-08-25 15:23         ` a.anselmi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox