Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-13 Thread Outback Dingo
Commited SVN rev. 22627. dingo * r22627 /packages/net/wing/ (10 files in 6 dirs): [PATCHTEAM] - WING Wireless Mesh Routing Protocol Signed-off-by: Roberto Riggio On Wed, Aug 11, 2010 at 5:55 AM, Roberto Riggio < roberto.rig...@create-net.org> wrote: > Hi, > > this patch adds support for WING a

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Roberto Riggio
On 08/12/2010 02:15 PM, Roberto Riggio wrote: On 08/12/2010 01:54 PM, Xianghua Xiao wrote: which mode will this routing protocol running on top of, is it mesh mode, adhoc/ibss, or monitoring mode? does it work with 11n/HT(as the website mentions MIMO)? I'm currently trying to integrate some pat

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Roberto Riggio
On 08/12/2010 02:19 PM, Benjamin Henrion wrote: Does it uses adhoc on top of monitor? Or it uses a custom mode? It is a custom mode built on top of the monitor mode. Basically the router creates raw ieee80211 frames and inject them using radiotap headers. ___

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Benjamin Henrion
On Thu, Aug 12, 2010 at 2:15 PM, Roberto Riggio wrote: > On 08/12/2010 01:54 PM, Xianghua Xiao wrote: >> >> which mode will this routing protocol running on top of, is it mesh >> mode, adhoc/ibss, or monitoring mode? does it work with 11n/HT(as the >> website mentions MIMO)? >> > > The routing pro

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Roberto Riggio
On 08/12/2010 01:54 PM, Xianghua Xiao wrote: which mode will this routing protocol running on top of, is it mesh mode, adhoc/ibss, or monitoring mode? does it work with 11n/HT(as the website mentions MIMO)? The routing protocols runs on top of interface operating in monitor mode and supporti

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Benjamin Henrion
On Thu, Aug 12, 2010 at 1:54 PM, Xianghua Xiao wrote: > which mode will this routing protocol running on top of, is it mesh > mode, adhoc/ibss, or monitoring mode? does it work with 11n/HT(as the > website mentions MIMO)? > > I recall meraki somehow is using monitoring mode for its mesh algorithm.

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Xianghua Xiao
which mode will this routing protocol running on top of, is it mesh mode, adhoc/ibss, or monitoring mode? does it work with 11n/HT(as the website mentions MIMO)? I recall meraki somehow is using monitoring mode for its mesh algorithm. xxiao On Wed, Aug 11, 2010 at 7:03 AM, Roberto Riggio wrote:

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-11 Thread Roberto Riggio
The official website is http://www.wing-project.org The website contains several info about the routing protocol. An extended description of the wing package for openwrt can be found here: http://wing-project.org/openwrt:wing I've developed most of the code for the routing protocol and for the

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-11 Thread Outback Dingo
which then links to http://www.wing-project.org/ On Wed, Aug 11, 2010 at 7:37 AM, L. Aaron Kaplan wrote: > is there any docu on WING? > > > On Aug 11, 2010, at 11:55 AM, Roberto Riggio wrote: > > > Hi, > > > > this patch adds support for WING a new routing protocol for wireless > > mesh network

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-11 Thread Outback Dingo
I believe it is part of this project https://www.ict-smartnet.eu/ On Wed, Aug 11, 2010 at 7:37 AM, L. Aaron Kaplan wrote: > is there any docu on WING? > > > On Aug 11, 2010, at 11:55 AM, Roberto Riggio wrote: > > > Hi, > > > > this patch adds support for WING a new routing protocol for wireless

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-11 Thread L. Aaron Kaplan
is there any docu on WING? On Aug 11, 2010, at 11:55 AM, Roberto Riggio wrote: > Hi, > > this patch adds support for WING a new routing protocol for wireless > mesh networks. WING is an extension of the Roofnet routing protocol > developed by MIT. The new features are: support for multiple radi

[OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-11 Thread Roberto Riggio
Hi, this patch adds support for WING a new routing protocol for wireless mesh networks. WING is an extension of the Roofnet routing protocol developed by MIT. The new features are: support for multiple radio interfaces, and link quality based routing using the WCETT metric. The source code is ho