Slashdot Mirror


Cool-Tether Links Phones' Bandwidth To Make High-Speed Hotspots

Barence writes "Microsoft Research has found a novel way of beating the deplorably slow speeds of mobile broadband, by combining several phones together to make one high-speed hotspot. Dubbed Cool-Tether, the system harnesses the mobile data connection of multiple mobile handsets to build an on-the-fly Wi-Fi hotspot. 'To address the challenges of energy efficiency, Cool-Tether carefully optimises the energy drain of the WAN (GPRS/EDGE/3G) and Wi-Fi radios on smartphones,' Microsoft's research paper claims. 'We prototype Cool-Tether on smartphones and, experimentally, demonstrate savings in energy consumption between 38%-71% compared to prior energy-agnostic solutions.'"

6 of 102 comments (clear)

  1. Re:like BitTorrent by Sockatume · · Score: 1, Informative

    Specifically, the issue is that HSDPA only gives about 3Mbps per tower, and no mesh wi-fi network will get around that because each phone will be using the same over-subscribed tower.

    --
    No kidding!!! What do you say at this point?
  2. AKA JoikuBoost by CharlyFoxtrot · · Score: 2, Informative

    Way to innovate MS! JoikuBoost: "JoikuBoost joins multiple 3G connections from mobile phones and operator networks into one larger unified and shared bit pipe, accessible over WiFi from e.g. laptops."
    Who wants to bet they'll get the patent anyway ?

    --
    If all else fails, immortality can always be assured by spectacular error.
  3. Re:like BitTorrent by NotBornYesterday · · Score: 2, Informative

    Mobile phone mesh networks actually aren't a new idea, although this seems to include a slightly new wrinkle. The benefit is not just aggregating the phone-to-network links for higher bandwidth, but lower energy consumption by making optimal use of the amount of data delivered while the phone is in an high-powered state. Microsoft's approach differs from yours and the link above in that this does not appear to be designed to allow you to go off-network onto a parallel, ad-hoc peer-to-peer mobile version of the internet. It's basically designed to trunk 3G phone-to-network connections together.

    --
    I prefer rogues to imbeciles because they sometimes take a rest.
  4. out of the box on Linux by jipn4 · · Score: 2, Informative

    You get this kind of thing out of the box on Linux: just plug in multiple phones and configure multiple internet connections; you get load balancing, on-demand dialing, and all that for free. Linux got this support years ago for dial-up modems, but mobiles phones look like dial-up modems to Linux anyway. It's not usually done with cell phones because it's expensive (that's why there's no simple UI for configuring it), but it's well documented and pretty easy to set up.

    (Of course, with Windows and WinMo, it may actually be rocket science.)

  5. Re:like BitTorrent by Aqualung812 · · Score: 2, Informative

    Specifically, the issue is that HSDPA only gives about 3Mbps per tower

    I'm pretty sure you mean per channel. Multiple devices can use different frequencies from the same tower.

    --
    Grammer Nazis - I mod you "troll" unless you actually add something on-topic. Yes, I know I have mispellings in my sig.
  6. Bandwidth isn't the problem. by merreborn · · Score: 2, Informative

    It's not the bandwidth. It's the latency.

    Ping on a cell connection runs around 200 ms, in my experience. *That's* the part that makes tethering suck -- with pages requiring dozens of images and javascript files these days, waiting for a 200ms round trip for each request adds up FAST.