Private Networks For Public Safety
JonZittrain writes "Projects like the New American Foundation's Commotion are designing ad hoc mesh networking to keep communications open when governments want to censor. Former FCC Chairman Julius Genachowski and I argue that mutual-aid-based networks can be helpful for public safety, too, after attacks or natural disasters. There should be easy practices for anyone to open up an otherwise-closed Wi-Fi access point if it's still connected to broadband and is near people in trouble, and separately, to develop delay- and fault-tolerant fallback ad hoc networks so users' devices can communicate directly with one another and in a mesh. This can happen even while full packet-based ad hoc mesh is being figured out. The ideas have been developed a little in workshops at Harvard's Berkman Center and the FCC. Why not bring the human rights and public safety communities together towards a common goal?"
Looks like these people are working on something similar:
http://project-byzantium.org/
I don't read your sig. Why are you reading mine?
If we build a mesh network to communicate, then how will the NSA listen in? They'd have to dispatch someone to every disaster to ensure they had a node in the mesh that could listen in. That would cost us taxpayers way too much money
I was always wondering how you achieve routing and addressing in a completely adhoc network. Let us assume that my whole city put their wireless access point in ad hoc mode even on the same SSID or whatever. How do you achieve any form of coherent addressing and routing ? You do not want to follow the ethernet technique with huge arp tables, devices are never going to be have enough memory to store such huge tables. Routing will be completely inneficient.
Any idea?
Philosophically the emergency ad hoc network sounds like ham radio, individuals volunteering their time and/or equipment to help their community during disasters. It might help to mention this when trying to sell the idea to analog folks.
Open Garden - I tried version pre v1.0 during anonymous protests of wifi shutdowns on public trans. and it was not working very well (at all) but they're at v 2.0 now from the website: "Seamless connectivity allows people to connect any supported device to the mesh and thus to the Internet with no effort or configuration... introducing a way to access the Internet over multiple paths at once, improving speed and reliability... Once connected, devices find a path to the Internet also completely automatically. If a path fails, a new one will be chosen; if necessary, new connections will be established. The network is self-healing and self-forming. Each of the nodes operates only with local knowledge; together, they build a network using a probabilistic distributed algorithm."
closed minded is as closed minded does
While much of Manhattan's traditional communications infrastructure was literally a smoking crater after 9/11, the Ricochet mesh network was alive and well, built to barely notice the loss of individual nodes.
The company had recently gone bankrupt, but all the hardware was still in place, so some ex-employees drove from Denver to NYC with a bunch of modems and laptops, to bring mobile connectivity to the recovery effort.
Mesh works in this case because MCDN uses geographic routing -- the packet header literally contains a packed lat/long for the destination, and nodes make their routing decisions by angle and distance. There's a layer of name-to-geo resolution which makes that all work, and in the Ricochet days it was centralized, but I believe it could be made to operate with DHT like torrent networks do now.