On Sun, Jul 21, 2013 at 9:01 PM, Paul Lai (AsiaRF) <[email protected]> wrote: > Hi Jon, > Thank you very much.
This code will get check into OpenWRT. Then anyone who downloads OpenWRT will have support for the AWM002. make menuconfig Target system - Ralink Subtarget - Rt3050/rt5350 Target - AsiaRF AWM002 be sure and enable the feeds and turn on luci or you won't have a web interface save the config do a make in bin/ramips there will be two binaries - 4MB and 8MB which you can load into the board using the Ralink u-boot. Luci doesn't fit into the 4MB image. You'd have to strip some things out to make it fit, much easier just to use 8MB flash. > Is there any MESH code we can try? 802.11s should work but I haven't tried it. 802.11s can only mesh together similar wifi devices. https://github.com/cozybit/open80211s/wiki/HOWTO BATMAN meshing http://www.open-mesh.org/projects/open-mesh/wiki This is the mesh I'd like to use. But to make it work the chipset has to support simultaneous AP and Ad-Hoc mode. That'd the bit that is missing from the Ralink drivers that is in the AtherOS drivers. For example you could have 100 meshed wifi nodes scattered around a building. Then say you wired five or six together randomly with Ethernet. BATMAN can transparently route over those Ethernet links. 802.11s is going to route the entire path over the radio links. Of course I am simplifying this explanation and you could make subnets out of the 11s network and use Ethernet to route between them. > Thank you again. > Paul > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Monday, July 22, 2013 8:04 AM > To: OpenWrt Development List > Cc: Paul Lai > Subject: Re: [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module > and evaluation board. > > The AsiaRF board is discussed in this thread.... > https://forum.openwrt.org/viewtopic.php?id=42471 > > I can also confirm that the JTAG works since I accidentally bricked mine and > had to recover it. > > The modules are available from AsiaRF at competitive prices. Sub - $10 in > quantity. > > -- > Jon Smirl > [email protected] > > -- Jon Smirl [email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
