* [B.A.T.M.A.N.] [B.A.T.M.A.N.A.D.V] Deploy batman-adv using Station - Access Point mode?
@ 2014-03-11 8:06 Le Tran Dat
2014-03-11 12:48 ` Antonio Quartulli
0 siblings, 1 reply; 2+ messages in thread
From: Le Tran Dat @ 2014-03-11 8:06 UTC (permalink / raw)
To: b.a.t.m.a.n
Hi list,
I want to setup a mesh network using batman-adv in which has around
4-5 Wireless Devices. In the past, I used to connect those devices via
adhoc. However, due to a limitation of my Wireless Devices then I
decided to give up adhoc mode.
So I want to ask if anyone has experience with Batman-adv can give me
a suggestion on how to deploy the mesh network without adhoc mode.
For example: What I am trying to do right now is to connect those
devices by using Station <-> Access Point mode. But I have no ideas
how the OGM message transmit between the Mesh Node so I worry that the
Station <-> Access Point can not take advance of batman-adv.
Thanks,
Dat
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [B.A.T.M.A.N.A.D.V] Deploy batman-adv using Station - Access Point mode?
2014-03-11 8:06 [B.A.T.M.A.N.] [B.A.T.M.A.N.A.D.V] Deploy batman-adv using Station - Access Point mode? Le Tran Dat
@ 2014-03-11 12:48 ` Antonio Quartulli
0 siblings, 0 replies; 2+ messages in thread
From: Antonio Quartulli @ 2014-03-11 12:48 UTC (permalink / raw)
To: trandatnh; +Cc: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 1661 bytes --]
Hi,
On 11/03/14 09:06, Le Tran Dat wrote:
> For example: What I am trying to do right now is to connect those
> devices by using Station <-> Access Point mode. But I have no ideas
> how the OGM message transmit between the Mesh Node so I worry that the
> Station <-> Access Point can not take advance of batman-adv.
>
What you have to keep in mind is that everytime if a generic node A
receives an OGM where the Ethernet MAC address is the same as the
originator address then A thinks that there is a direct link between
itself and the source (simplistic explanation).
Therefore, to prevent the nodes from making wrong assumptions, you have
to enable the isolation on the Access Point.
If you don't do so then you can end up in the following situation:
1) STA1 sends an OGM as broadcast packet
2) the AP rebroadcasts such packet as per 802.11 standard (to ensure
that all the associated STAs can receive it)
3) a generic STA2 receives the OGM and erroneously thinks to be directly
connected to STA1, while this is not true because the packets must
travel through the AP[1].
However, even if the isolation makes batman-adv work reasonably you will
not have a nice setup because you cannot exploit direct links between
nodes that may hear each other due to the AP-STA constraint.
Moreover you need to decide which node has to act as AP and which as STA
before deploying them, thus limiting the "dynamic part" of the mesh network.
I hope this clarified the problem.
Cheers,
[1] you could have direct links if you are use TDLS, but most of the
drivers out there do not implement it.
--
Antonio Quartulli
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-11 12:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 8:06 [B.A.T.M.A.N.] [B.A.T.M.A.N.A.D.V] Deploy batman-adv using Station - Access Point mode? Le Tran Dat
2014-03-11 12:48 ` Antonio Quartulli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox