Embedded Linux Wi-Fi Mesh Router On Sale
juxter writes "Following the announcement
earlier this month, LocustWorld are now selling pre-built hardware MeshAPs for use as instant turn-key nodes in community
mesh networks. (pictures here) - Featuring auto-updating and auto-configuration via a centralized management site, these are designed with 'Joe PC' in mind."
Locustworld just had a plague descend upon it.
LocustWorld seems to be down, so here's the Google cache.
I'm such a whore.
Tuus crepidae innexilis sunt.
"Following the announcement earlier this month, LocustWorld are now selling pre-built hardware MeshAPs for use as instant turn-key nodes in community mesh networks. (pictures here) - Featuring auto-updating and auto-configuration via a centralized management site, these are designed with 'Joe PC' in mind." I'm afraid Joe PC doesn't understand the words MeshAPs, turn-key, nodes, community mesh networks, auto-updating, auto-configuration and centralized management site. Are you sure this isn't aimed at the more computer literate user than Joe PC?
Video Game cheats, hints a
Wouldn't mesh be a slightly, ahem, wildly inaccurate description of the Linux Wi-Fi router which is featured in this Slashvertisement? Wi-Fi access points have limited range in the form of a spherical sphere, causing some but not complete overlap of all cells with all cells. I concede this Linux router should be referred to as a "Linux Wi-Fi Cell Topology Router", conforming with the conventional toplogy standards. My Linksys wired router is already labelled as topology: star, why should wireless be any indifferent to the canonical forms?
"The lesson to be learned is not to take the comments on slashdot too literally." --Vinnie Falco, BearShare
I can't find anything about it on their site, but I have a feeling the problem is me not finding it, not it not being there (assuming that sentence made any sense).
Anyone know if you can run their software on an existing linux server? I'm using my linux gateway/firewall as my AP right now, but the new protocol looks like it could be a lot of fun. On their site, however, I can only find info about running it either on an access point or by booting off of a CD, which would kind of mess up all the other stuff I do on that machine. Anyone have any info on how to run it without booting off a removable disk?
Narrative
- Motherboard and case from CaseOutlet.com; you get a choice of 533MHz or 800MHz, for about $200. Motherboard and CPU alone are $100.
- CF-to-IDE adapter from various sources, for about $20
- 32MB CF card for $15 (512M for about $175)
- wireless PCI 802.11b adapter, for about $40
Total cost: $275.This takes a few minutes to put together. You get a choice between 12V or 120V power supply.
I only see one wireless NIC in it...how much good as a hub will it do after 10, 20 or 50 people start using it?
I've been selling the same sort of MINI ITX boxes to quite a few people. There setup is based on the VIA 500MHz C3 model with Casetronic MINI ITX case with PCI riser. Not too shabby, although costs could be cut by using embedded memory onboard instead of using the compact flash to ide adapter. Now if VIA would get the DDR memory based Eden 2 out that would make a sweet little box.
ignorance is bliss. googlefiberatx.com
The wireless group in Houston is building even smaller boxes that are capable of doing everything that this box does. A HOWTO is being assembled here. They are using the Soekris Net4501 in combination with the DWL-520 802.11b PCI card to run Linux and push HostAP and NoCatAuth. The Soekris comes with 3 NICs and no moving parts!
The Soekris has a number of advantages, primarily that it's smaller and that it is happy with just 5V or 7-20V DC. But you pay a premium for those features, and you sacrifice functionality. The Mini ITX gives you a standard PCI slot, many more I/O options, much better performance, and more I/O ports.
I think, given its functionality, the "value" of something like the Soekris 486 boards really "should be" around $50 these days, and that's what it probably would be if it really were manufactured in huge quantities. Does anybody know of a low-cost 486 PC104 board like that?
This is a very cool development, and I can't wait until a network develops in my neighborhood. I wonder how dense these things have to be to get good coverage in an urban environment?
500MHz and 128MB RAM?
My own version of this that I built last year mostly out of parts I had laying around when I was too cheap to buy a real ap:
66MHz Pentium w/ small AT Mobo
32MB RAM
AT P/S
Floppy
ISA to ribbon cable to nice 2 card PCMCIA socket ($5 from ebay +$5s/h)
Orinoco card ($60)
WRP on a floppy from nocat.net
random Intel PCI NIC
This little baby, named Gates, ran faithfully for about six months until my roommate finally got a real ap.
It seems to be a parallel Internet on the air.
IP range 1.x.y.z and no routing to/from the "old" internet.
Can any gurus out there tell me about possible uses for this?
Can I E-mail anyone on the old Internet from this new user-driven, no-subnet, free net?
-- From Denmark
Given that they used the linux-wlan drivers, I suspect that this isn't a true AP (running in BSS mode), unless support for this is now in linux-wlan (they do say they use bleeding edge drivers).
Given they use Prism II hardware, I don't understand why they don't use the hostap drivers.
BSS mode has scalability advantages, because it solves the 'hidden sender' problem. ie even though 802.11 nodes always listen to check that the channel is clear before sending, there is a danger that two nodes at opposite extremes won't be able to hear each other, and will try to send at the same time, resulting in collisions. A true AP, running in BSS mode, helps aleviate this problem.)