Slashdot Mirror


Wireless Networks That Build Themselves

ScienceDaily has an interesting article that looks at ad-hoc wireless networks and how they might be even more useful on a large scale. The RUNES project is featured as an example of software projects that might be able to make mobile devices that form self-organizing wireless networks to help promote this goal. "RUNES set out to create middleware: software that bridges the gap between the operating systems used by the mobile sensor nodes, and high-level applications that make use of data from the sensors. RUNES middleware is modular and flexible, allowing programmers to create applications without having to know much about the detailed working of the network devices supplying the data. This also makes it easy to incorporate new kinds of mobile device, and to re-use applications."

18 of 56 comments (clear)

  1. Responsibility by CRCulver · · Score: 3, Funny

    What happens if your mobile device forms a node over which someone else gets child porn?

    1. Re:Responsibility by ColdWetDog · · Score: 4, Funny
      What happens when the mobile devices get together and watch "Terminator"?

      --
      Faster! Faster! Faster would be better!
    2. Re:Responsibility by iknownuttin · · Score: 5, Interesting
      What happens if your mobile device forms a node over which someone else gets child porn?

      FTFA:Applications include emergency management, security, helping vulnerable people to live independently, traffic control, warehouse management, and environmental monitoring.

      I really don't see this protocol, at first anyway, being used for consumer devices. I'm sure someone will find an application for it, but I don't see the need in the near term. And, I would assume, there would have to be some sort of identifier of the sender and ultimate receiver like TCP/IP has in its protocol.

      --
      I prefer Flambe as apposed flamebait.
    3. Re:Responsibility by Brian+Gordon · · Score: 2, Insightful

      What happens when they start getting included in major routing tables and when a backbone goes down, a lot of data's going to start moving through people's devices.. just think of slashdot, no secure login..

    4. Re:Responsibility by SatanicPuppy · · Score: 4, Insightful

      Nothing. Common carrier.

      The day when this becomes real will be the day that traditional ISPs die. The only way to reliably monitor the traffic will be some kind of "seeding" where the monitor-er will put out relays that monitor the traffic that passes across them.

      I think this is really possible in the long run, but in the short run I don't think most things have sufficient computing or broadcast power to make it a reality. Cool that they're working on it though.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    5. Re:Responsibility by SatanicPuppy · · Score: 2, Interesting

      Encryption still works the same over this sort of network...Doesn't matter if someone in the middle reads your public key, the communication is still encrypted.

      Still, I was thinking encryption would be necessary for basic privacy...Something like Tor, where you don't know who is requesting what data. Otherwise it'd be too easy to figure out who was downloading what porn in your neighborhood.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    6. Re:Responsibility by sltd · · Score: 2, Interesting

      I don't know that it would completely kill ISP's. There are some people who live in really remote places, or at least too far for this kind of a network to be worthwhile. Some areas still don't even get broadband access, because there aren't enough computers for it to be viable. Would the people in these areas just be cut off?

    7. Re:Responsibility by DragonWriter · · Score: 2, Interesting

      What happens when they start getting included in major routing tables and when a backbone goes down, a lot of data's going to start moving through people's devices.. just think of slashdot, no secure login..


      What's your point? The regular backbone is operated by the telecom industry, which has demonstrated willingness to open it up to the government even when that is in direct violation of existing law. Your unencrypted content isn't safe no matter who owns the network it travels over (unless you control both endpoints and all the systems in between.)

      Its not that you should feel like your private data is secure traveling over a network whose backbone is made up of random mobile devices, just that you shouldn't feel that it is safe on a network whose backbone is controlled by AT&T, Qwest, Verizon, etc., either.
  2. I'll bet.... by UncleTogie · · Score: 3, Interesting

    ...that malware writers will LOVE this. Free propagation, just add mesh!

    --
    Don't tell me to get a life. I'm a gamer; I have LOTS of lives!
  3. Recipe for Cash by uberhobo_one · · Score: 4, Insightful

    Step 1: Set up a node(s) at the very edge of a mesh network. Step 2: Install software to execute a man in the middle attack. Step 3: Wait for someone to connect to you alone. Step 4: Wait for that someone to connect to their bank. Step 5: Drain their account. It'll take some clever protocols to prevent abuse if this ever gets used as a standard consumer network protocol, but it should do wonders for emergency services.

    1. Re:Recipe for Cash by SatanicPuppy · · Score: 3, Interesting

      Just because someone routes traffic through your node, doesn't mean you can read it. A man in the middle attack across encryption requires that people accept unsecured certificates, which happens often enough, but it's not a slam dunk by any stretch. Theoretically they could try to screw with the PKI, but that would involve breaking their keys, and if you could do that, then stealing someone's bank info would be trivial.

      The great thing about public key crypto is that the key that is visible is meant to be.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    2. Re:Recipe for Cash by mrogers · · Score: 2, Informative

      If only SSL had been designed to make man-in-the-middle attacks impossible. Oh wait, it was! Your browser contains root certificates that are used to verify that your bank's certificate hasn't been replaced or modified by an attacker. MITM attack against SSH? Maybe, if you don't check the key fingerprint (and I doubt anyone does). MITM attack against SSL? No chance, unless the server has a self-signed certificate, something no bank would consider.

  4. ISP-less internet topology by Prysorra · · Score: 2, Insightful

    The internet was designed to route around bottlenecks and network damage. ISP control is a type of bottleneck regardless of the amount of bandwidth.

    Thus a natural progression to further decentralization is exactly what is happening. Expect to see ISP trying to pressure legislators to ban this kind of technology, and spreading FUD about.

  5. RUNES Homepage by sconeu · · Score: 4, Informative

    Runes Homepage for those who want more depth.

    --
    General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  6. What a Wireless Sensor Node is: by corsec67 · · Score: 3, Informative

    A wireless sensor node like the Tmote Sky(pdf) is a very tiny embedded computer that runs on 2 AA batteries, and is usually the size of the back of the 2 AA battery holder. They have a radio on it, but the radio isn't compatible with 802.11b instead compatible with 802.15.4, and is limited to about 256kbps. The Tmote Sky has a 8MHz 8-bit processor (the Atmega 128), 10KiB of ram, 1024KiB of flash, with a few A-D inputs and some digital outputs. It isn't exactly very fast, nor does it have a bunch of ram.

    It is designed for a distributed sensor platform, and not doing a lot of computation.

    A picture of one is here, connected to a 14-foot USB cable.

    --
    If I have nothing to hide, don't search me
  7. Whats in a name... by Darth+Eggbert · · Score: 2, Interesting

    I came up with a concept one night for a Fractaly Organized Nearby Transient Area Interface NEtwork (FONTAINE) in which each device had 3 Transceivers which would connect to a different device on the network, which in turn connected to 3 other devices etc. it would be infinitely scaleable and each device would carry a map of all the connections in the network. Once logged into the network your device would constantly search out the strongest signals and update transceivers one at a time. If one node gets overloaded it would send a signal to the other nodes to shift paths. Internet access would require stable nodes that have a high bandwidth or even more than 3 transceivers. If each device contains basically its own 3 port router you can expand networks in say a convention center with out running into a capacity problem. This would also work well for a mobile communication device in a densely populated city.

    Feel free to use the concept, but please keep the name.

    The Eggman

    --
    Fear the power of NTie!
  8. Not so simple by stevedcc · · Score: 2, Interesting

    The article talks about everything from motes to handhelds, all on the same network. I work for a company that has a low-bandwidth low-power sensor node product, selling software to hardware makers, and hardware for prototyping purposes. The requirements vary so much from sensor-only devices to handhelds, that any product catering for both would be inherently compromised. Does your handheld want to work with a network that has a total bandwidth like modems from 20 years ago, shared between all the nodes? Is it really concerned with keep power emissions so low that it can stay on that network for 10 years, powered by batteries? how about a sensor attached to your radiator?



    Techies tend to think about what CAN be done with a certain technology, but sometimes we try and generalise too far

    --
    todo - The developer's equivalent of confession: "Forgive me Father, for I have sinned..."
  9. Zigbee by us7892 · · Score: 2, Interesting

    Sounds like open standard *Zigbee* http://zigbee.org/ networks. Been hearing about Ember http://ember.com/ chipsets and self-healing, self-discovery wireless mesh networks for a few years now. Pretty quiet as of late.