Connecting Android Phones Without Carrier Networks
After disasters (or to minimize expensive data use generally, and take advantage of available Wi-Fi), bypassing the cell network is useful. But it's not something that handset makers bake into their phones. colinneagle writes with information on a project that tries to sidestep a dependence on the cellular carriers, if there is Wi-Fi near enough for at least some users: "The Smart Phone Ad-Hoc Networks (SPAN) project reconfigures the onboard Wi-Fi chip of a smartphone to act as a Wi-Fi router with other nearby similarly configured smartphones, creating an ad-hoc mesh network. These smartphones can then communicate with one another without an operational carrier network. SPAN intercepts all communications at the Global Handset Proxy so applications such as VoIP, Twitter, email etc., work normally."
I doubt the tyrants who control them will like that very much.
“He’s not deformed, he’s just drunk!”
Warner owns the trademark for BATMAN, and I'm guessing this trademark is probably famous to qualify for dilution protection.
As far as i know only T-Mobile in the USA can use it. It is a nice feature when you are in a poor coverage area. Or traveling internationally.
Why wait for an disaster?
Let's see... an unprotected ad-hoc network that lets any and all traffic through. What could possibly go wrong?
#DeleteChrome
While we are at it, can we make cell phones support WiFi for phone calls?
The phones already have the hardware to do this. People could make calls from places where cell reception sucks but they had Wifi internet. It would also reduce the burden on cell towers as people eliminate landlines and use their cell phones at home, where they probably already have WiFi routers. It also would eliminate the need for those stupid microcells: you could just use your regular wi-fi router for calls without needing to pay for their box.
So people shouldn't be allowed to have administrative acces on their own computers? You're adapting nicely to the direction that computing is headed.
That only works on rooted phones
I can't imagine why a modification to the behavior of a device driver(or possibly the replacement of a device driver, depending on the features of the shipping driver) might require root access... Those lazy developers, they should have just built ad-hoc 802.11 mesh networking support in HTML5 or something.
The project runs on Linux and on Nokia's N900 and N9 phones. I'm looking for help to port it to Symbian, Android, and iOS devices.
Yes, Android can tether, but that's not the point of this project. Standard tethering is mostly a spoke-hub type of model, where one user acts as the access point and others use said access point. The SPAN project appears to be about using WiFi to set up a mesh network when other means of communication are unavailable, so that everyone in the mesh can communicate to peers (or, if at least one user has access to the Internet, to anyone anywhere). This would allow for a much larger area of coverage when traditional networks are down. TFA references the events following the Haiti earthquakes as a potential use case. There are many possible issues to consider such as security, nodes moving around or dropping out of the network, etc.; but this still seems to be a pretty interesting new use of technology. I'll certainly give it a try.