o11s / open80211s

open80211s
Other
242 stars 55 forks source link

Multiple Interface Multiple Channel (MIMC) #23

Open bkothari opened 11 years ago

bkothari commented 11 years ago

Is there any kind of support available to run 802.11s on Multiple Interfaces of a single node?

As of now, I have been using latest cozybit source code, however, code does not seem to work with multiple Interfaces.

Please let me know in case you need more information from my side.

jcard0na commented 11 years ago

Hi bkothari,

We do support multiple interfaces, but not multi-channel support (yet). You should see patches for this in the next few weeks though. In the meantime, for a multi-channel mesh you could try bridging them: not ideal but gets the job done.

Cheers,

Javier

On Tue, Jan 1, 2013 at 9:14 PM, bkothari notifications@github.com wrote:

Is there any kind of support available to run 802.11s on Multiple Interfaces of a single node?

As of now, I have been using latest cozybit source code, however, code does not seem to work with multiple Interfaces.

Please let me know in case you need more information from my side.

— Reply to this email directly or view it on GitHubhttps://github.com/cozybit/open80211s/issues/23.

Javier Cardona cozybit Inc. http://www.cozybit.com

axn commented 9 years ago

Is Multi-channel multi-interface supported meanwhile? If so since which revision. Also I wonder how it would be configured. Same MESH_ID for both devices I guess. What about ip-addresses and prefix length for each interface?

chunyeow commented 9 years ago

Yes, Bob and Thomas have worked on this before. However, this is not upstream.

Please refer the following: https://github.com/cozybit/open80211s/wiki/Multi-Channel-MBSS

If you have questions, just ask.


Chun-Yeow

On Tue, Sep 9, 2014 at 8:11 PM, axn notifications@github.com wrote:

Is Multi-channel multi-interface supported meanwhile? If so since which revision. Also I wonder how it would be configured. Same MESH_ID for both devices I guess. What about ip-addresses and prefix length for each interface?

— Reply to this email directly or view it on GitHub https://github.com/cozybit/open80211s/issues/23#issuecomment-54959782.

bcopeland commented 9 years ago

On Tue, Sep 09, 2014 at 06:10:41AM -0700, Chun-Yeow wrote:

Yes, Bob and Thomas have worked on this before. However, this is not upstream.

Please refer the following: https://github.com/cozybit/open80211s/wiki/Multi-Channel-MBSS

If you have questions, just ask.

With regard to upstreaming, my feeling was that it was a bit too complicated for some fairly modest gains (although we didn't fully explore things like disabling CCA in the driver). Maybe doing this stuff at a higher level instead of inside the driver could reduce complexity?

Bob Copeland %% www.bobcopeland.com

axn commented 9 years ago

On 09/09/2014 03:22 PM, Bob Copeland wrote:

On Tue, Sep 09, 2014 at 06:10:41AM -0700, Chun-Yeow wrote:

Yes, Bob and Thomas have worked on this before. However, this is not upstream.

Please refer the following: https://github.com/cozybit/open80211s/wiki/Multi-Channel-MBSS

If you have questions, just ask.

With regard to upstreaming, my feeling was that it was a bit too complicated for some fairly modest gains (although we didn't fully explore things like disabling CCA in the driver). Maybe doing this stuff at a higher level instead of inside the driver could reduce complexity?

Thanks for the updates. Looks good! I hope this feature gets main stream soon (the one or the other way). /axel