* [B.A.T.M.A.N.] MAC and OLSR
@ 2007-09-21 1:28 giuseppe de marco
2007-09-21 9:40 ` Simon Wunderlich
0 siblings, 1 reply; 5+ messages in thread
From: giuseppe de marco @ 2007-09-21 1:28 UTC (permalink / raw)
To: b.a.t.m.a.n
I agree that OLSR and also BATMAN should be moved to link layer.
Anyway, now I am trying to do some experiment with OLSR and BATMAN, but
by using also the information of MAC layer.
I am using linux and ieee80211. Does anybody know how to read the mac
parameters, such as
lost frames, number of retransmission and so on?
Regards
--
Giuseppe De Marco, PhD
Toyota Technological Institute
468-8511 Aichi 2-12-1 Hisakata, Tenpaku-ku,
Nagoya, Japan
Email: demarco at toyota-ti dot ac dot jp
Tel (int): +81 (052)-809-1802
Skype-Id: giuseppe_dem2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [B.A.T.M.A.N.] MAC and OLSR
2007-09-21 1:28 [B.A.T.M.A.N.] MAC and OLSR giuseppe de marco
@ 2007-09-21 9:40 ` Simon Wunderlich
2007-09-24 23:43 ` giuseppe de marco
0 siblings, 1 reply; 5+ messages in thread
From: Simon Wunderlich @ 2007-09-21 9:40 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]
Hello,
maybe you already noticed, but we implemented batman on layer 2,
called batman-advanced. It uses MAC-addresses as identifies, sends
protocol information and payload in own ethernet frames and does the
whole switching/routing part on its own. Maybe you want to have a look.
:)
For your question, i don't know but a guess would be to look in the
wireless-tools accesible information and the driver itself.
Regards
Simon
On Fri, Sep 21, 2007 at 10:28:10AM +0900, giuseppe de marco wrote:
> I agree that OLSR and also BATMAN should be moved to link layer.
> Anyway, now I am trying to do some experiment with OLSR and BATMAN, but
> by using also the information of MAC layer.
> I am using linux and ieee80211. Does anybody know how to read the mac
> parameters, such as
> lost frames, number of retransmission and so on?
> Regards
>
> --
> Giuseppe De Marco, PhD
> Toyota Technological Institute
> 468-8511 Aichi 2-12-1 Hisakata, Tenpaku-ku,
> Nagoya, Japan
> Email: demarco at toyota-ti dot ac dot jp
> Tel (int): +81 (052)-809-1802
> Skype-Id: giuseppe_dem2
>
> _______________________________________________
> 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: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [B.A.T.M.A.N.] MAC and OLSR
2007-09-21 9:40 ` Simon Wunderlich
@ 2007-09-24 23:43 ` giuseppe de marco
2007-09-25 1:07 ` Karl Wagner
2007-09-25 9:20 ` Simon Wunderlich
0 siblings, 2 replies; 5+ messages in thread
From: giuseppe de marco @ 2007-09-24 23:43 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Simon Wunderlich wrote:
> Hello,
>
> maybe you already noticed, but we implemented batman on layer 2,
> called batman-advanced. It uses MAC-addresses as identifies, sends
> protocol information and payload in own ethernet frames and does the
> whole switching/routing part on its own. Maybe you want to have a look.
> :)
>
> For your question, i don't know but a guess would be to look in the
> wireless-tools accesible information and the driver itself.
>
> Regards
> Simon
>
>
> On Fri, Sep 21, 2007 at 10:28:10AM +0900, giuseppe de marco wrote:
>
>> I agree that OLSR and also BATMAN should be moved to link layer.
>> Anyway, now I am trying to do some experiment with OLSR and BATMAN, but
>> by using also the information of MAC layer.
>> I am using linux and ieee80211. Does anybody know how to read the mac
>> parameters, such as
>> lost frames, number of retransmission and so on?
>> Regards
>>
>> --
>> Giuseppe De Marco, PhD
>> Toyota Technological Institute
>> 468-8511 Aichi 2-12-1 Hisakata, Tenpaku-ku,
>> Nagoya, Japan
>> Email: demarco at toyota-ti dot ac dot jp
>> Tel (int): +81 (052)-809-1802
>> Skype-Id: giuseppe_dem2
>>
>> _______________________________________________
>> 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
>>
Where I can download the code from?
G
--
Giuseppe De Marco, PhD
Toyota Technological Institute
468-8511 Aichi 2-12-1 Hisakata, Tenpaku-ku,
Nagoya, Japan
Email: demarco at toyota-ti dot ac dot jp
Tel (int): +81 (052)-809-1802
Skype-Id: giuseppe_dem2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [B.A.T.M.A.N.] MAC and OLSR
2007-09-24 23:43 ` giuseppe de marco
@ 2007-09-25 1:07 ` Karl Wagner
2007-09-25 9:20 ` Simon Wunderlich
1 sibling, 0 replies; 5+ messages in thread
From: Karl Wagner @ 2007-09-25 1:07 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Tue, 2007-09-25 at 08:43 +0900, giuseppe de marco wrote:
> Simon Wunderlich wrote:
> > Hello,
> >
> > maybe you already noticed, but we implemented batman on layer 2,
> > called batman-advanced.
> >>
>
> Where I can download the code from?
> G
>
>
From the link here: https://dev.open-mesh.net/batman
"to build batman advanced which also enables layer-two routing you need
to checkout the complete trunk:
svn co https://dev.open-mesh.net/svn/batman/trunk/
Then change to the batman-advanced folder and compile the sources"
Regards,
-Karl
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [B.A.T.M.A.N.] MAC and OLSR
2007-09-24 23:43 ` giuseppe de marco
2007-09-25 1:07 ` Karl Wagner
@ 2007-09-25 9:20 ` Simon Wunderlich
1 sibling, 0 replies; 5+ messages in thread
From: Simon Wunderlich @ 2007-09-25 9:20 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 2456 bytes --]
Currently you should use the batman-saxnet branch for batman-advanced, it
features bridging and some other fixes which are not merged back yet.
Use subversion to check out:
svn co https://dev.open-mesh.net/svn/batman/batman-saxnet/
Regards
Simon
On Tue, Sep 25, 2007 at 08:43:15AM +0900, giuseppe de marco wrote:
> Simon Wunderlich wrote:
> >Hello,
> >
> >maybe you already noticed, but we implemented batman on layer 2,
> >called batman-advanced. It uses MAC-addresses as identifies, sends
> >protocol information and payload in own ethernet frames and does the
> >whole switching/routing part on its own. Maybe you want to have a look.
> >:)
> >
> >For your question, i don't know but a guess would be to look in the
> >wireless-tools accesible information and the driver itself.
> >
> >Regards
> > Simon
> >
> >
> >On Fri, Sep 21, 2007 at 10:28:10AM +0900, giuseppe de marco wrote:
> >
> >>I agree that OLSR and also BATMAN should be moved to link layer.
> >>Anyway, now I am trying to do some experiment with OLSR and BATMAN, but
> >>by using also the information of MAC layer.
> >>I am using linux and ieee80211. Does anybody know how to read the mac
> >>parameters, such as
> >>lost frames, number of retransmission and so on?
> >>Regards
> >>
> >>--
> >>Giuseppe De Marco, PhD
> >>Toyota Technological Institute
> >>468-8511 Aichi 2-12-1 Hisakata, Tenpaku-ku,
> >>Nagoya, Japan
> >>Email: demarco at toyota-ti dot ac dot jp
> >>Tel (int): +81 (052)-809-1802
> >>Skype-Id: giuseppe_dem2
> >>
> >>_______________________________________________
> >>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
> >>
> Where I can download the code from?
> G
>
>
> --
> Giuseppe De Marco, PhD
> Toyota Technological Institute
> 468-8511 Aichi 2-12-1 Hisakata, Tenpaku-ku,
> Nagoya, Japan
> Email: demarco at toyota-ti dot ac dot jp
> Tel (int): +81 (052)-809-1802
> Skype-Id: giuseppe_dem2
>
> _______________________________________________
> 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: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-09-25 9:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 1:28 [B.A.T.M.A.N.] MAC and OLSR giuseppe de marco
2007-09-21 9:40 ` Simon Wunderlich
2007-09-24 23:43 ` giuseppe de marco
2007-09-25 1:07 ` Karl Wagner
2007-09-25 9:20 ` Simon Wunderlich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox