Slashdot Mirror


GENRIP for Ultra Low Cost Wireless Deployments

Gregory Perry writes "A South Florida company just released GENRIP, an open source (as in GPL) project for Linux that turns low cost serial line devices (such as 900 Mhz radios) into IP addressable nodes; right now the technology is being used by various robotics groups to replace existing wired tethers on robots with wireless radio links, but the important thing to mention is the ability to use cheap radios to create wireless lan segments without the power and cost requirements associated with 802.11 WLANS."

4 of 88 comments (clear)

  1. Give credit where it's due by ekrout · · Score: 5, Informative

    This GENRIP project is based largely in part on the STRIP project at Stanford.

    (And no, the STRIP project is not the name of the film crew for Girl Geeks Gone Wild - Winter Vacation In SoCal either. It stands for STarmode Radio IP.)

    --

    If you celebrate Xmas, befriend me (538
  2. Low cost? by cybermace5 · · Score: 5, Informative

    Have any of you priced serial radio modems recently?

    We're talking far, far more expensive than even the more expensive wireless Ethernet cards. Check this out: Arrick's wireless links.. $650.

    Perhaps there are some modules that, in a manufacturing situation, are pretty cheap. But you're going to have to spend a lot, unless you're interested in developing with TI's transceiver modules. Break out a very tiny soldering iron and a magnifying glass, those flatpacks can get pretty small (this I say right before actually soldering a similar sized chip).

    --
    ...
  3. Not necessarily cheaper. by Hayzeus · · Score: 5, Informative
    It should be borne in mind that a decent 900mhz radio modem is NOT generally cheaper than the equivalent 802.11b device. The real advantage (in mobile robotics) is that radio modems don't require the associated infrastructure to support an 802.11B device (like a PC, for instance) and can thus be indirectly cheaper.

    Having said that, easily microcontroller interfacable 802.11b devices are (at least by rumor) beginning to show up on the market. I have no idea what the cost is tho.

  4. Linux Has Had an Equivalent by zentec · · Score: 5, Informative


    Check your kernel sources. Enable the ax.25 kernel modules and you too can enable tcp/ip over serial devices.

    Add in the supplemential toys which include a niftly "inted"-style super server and you can have it fire applications off on that serial lan, or use kernel routing to route to the Internet.

    Spiffy.