Actions

Byzantium

From HacDC Wiki

Revision as of 13:54, 23 March 2011 by Drwho (talk | contribs) (→‎Sprint 2)

This project was launched with a sprint on Feb 25-27, 2011. Another sprint will be held Mar 25-27, 2011.

Project Goals

The goal of Project Byzantium is to develop a communication system by which users can connect to each other and share information in the absence of convenient access to the Internet.

The use cases for such a system would be:

  1. The infrastructure for accessing the internet has become damaged or inaccessible. (Eg, a natural disaster such as Hurricane Katrina.)
  2. A central authority has decided to explicitly block or shutdown key infrastructure. (Eg, Egypt's recent internet blackout.)
  3. A zombie apocalypse in which the personnel responsible for maintaining key infrastructure have all been turned.

The project aims to develop and publish the necessary documentation, best practices, and software to construct and support such a system. Our current approach is to start by investigating and documenting the existing technologies which would support such a system. In particular, mesh networking protocols, wireless networking technologies, and decentralized (or less-centralized) alternatives to internet addressing/naming systems such as DNS. In designing the system, we aim to reduce the dependency on exotic hardware or skill sets so that the system can be deployed quickly and easily by average internet users.

An additional goal is that users not actively participating in the mesh network (i.e., not running mesh routing software on their devices) can make use of the network without having to install anything new, jailbreak their phone, or pry the information out of a hacker infected with the Exsurgent virus.

Sprint 1

Goal - Reliably bridge two different and separate wireless networks without using existing internet infrastructure.

The Doctor's writeup.

Design goals 1) There should be a webserver on each network providing a service of some kind (microblogs, web chat, file dump). 2) Nodes in either network should be able to reach both webservers. 3) Nodes on one network should be able to talk to nodes on the other network and vice versa. 4) Networks should have at least 3-5 nodes each.

Tentative schedule is as follows:

Friday - 8:00pm Pizza and planning (any particular request should email me off list). (COMPLETE!) Saturday - 9:00am Start showing up (IN PROGRESS!) Saturday - 10:00am Divide into groups and start the sprint. Sunday - 10:00am Start showing up. Sunday - 11:00am Finish the sprint! Sunday - Evening Debriefing (I'll be taking extensive notes to update the wiki).

Notes:

Plans! We're gonna have two teams each will implement a mesh network using some existing mesh protocol. One team will be working with BATMAN-Advanced and the other with BABEL. Each network will use at least one openwrt device the rest will be laptops and netbooks.

from Wikipedia: Byzantine

Interesting threads: A few comments on the BATMAN routing protocol A few more comments on the BATMAN routing protocol

Distributed DNS

Distributed Hash Table (DHT) - Wikipeda page on DHTs. Has a decent overview of how they work.

Bamboo DHT - A DHT implementation in Java.

UpRight - A library for building fault-tolerant distributed systems. Incorporates innovations from modern solutions to Byzantine fault tolerance.

Gossip Protocols: Nodes in a network pseudorandomly select peers to exchange information with. Could be useful for distributing the contents of a DHT-based DNS implementation within a mesh network. Kademlia has an interesting way of handling the entry distribution problem. When inserting an entry, it iterates through the table to find suitable nodes in the network to hold that entry and propagates it to them as well as saving a copy locally.

CoDoNS paper - A very good paper from 2004 on a distributed DNS alternative. It still relies on centralized domain name registration. CoDoNS main page - It appears that CoDoNS is operational and running on PlanetLab. Unfortunately, I don't see any code. I see no reason why we can't simply hijack their design.

Tutorial on DNS and DNSSEC

Intentional Naming System - "INS is a new naming system intended for naming and discovering a variety of resources in future networks of devices and services. It has the following interesting characteristics about the way it names resources and the way names are resolved."

Sprint 2

Summary: Build at least one long-haul link to bridge two meshes.

Planning meeting: Thu Mar 3 2011 after the bike maintenance class (done) Planning meeting #2: Wed Mar 16 2011 after the elements of computing class (doneish)

Sprint Date: Fri-Sun March 25-27 Inventory

Schedule

FRI: 8:00pm Pizza, sprint 1 recap, and prep (mostly ripping thing apart and some assembly) SAT:

  • Noon Brunch and final assembly followed by bench tests and midrange tests depending on speed of success
  • Dinner Time: Dinner outside the space. This must occur outside the space.
  • 9:00pmish? Discussion and general planning for Sunday optionally followed by more testing/making

SUN:

  • Noon Brunch prep for long distance tests followed by long distance tests
  • Dinner Time: Dinner outside the space. This must occur outside the space.
  • 9:00pmish? Discussion and planning for the next sprint

Stuff to bring (proposed)

  • FMRS/GMRS radios that you wouldn't mind hacking.
  • Childrens' walkie-talkies. User:Drwho knows where to buy cheap pairs of them locally.
  • Webcams that are known to work with Linux. That's closer to black magick than computer science, so do your homework first (or on your smartphone while at the store). The feature to look for is called UVC though webcam boxes still might not mention it.
  • Laser pointers (the more exotic the colors the better). Buy them when you find them. When you go looking for them you can never find them.
  • Really bright LEDs
  • Photocells, photoresistors, photodetectors.
  • Microcontrollers. They may come in handy for modulating/demodulating signals.
  • Hackable wireless access points. Here are some examples that might work.
  • old headphones/headsets/stereo audio cables and phone cords for cutting up and making into modem to radio connectors

Radio

  • radio shack/hardware store high bandwidth unlicensed spectrum
  • Hacked FRS/GMRS radios
  • Develop improvised antennae to improve signal quality, distance covered.
    • anything + aluminium foil = bouncy bouncy for radio waves

The FCC has designated a number of channels in the 27 MHz band that can be used for signaling and radio control. They are unnumbered and in-between CB channels 1-13 (source)

Optical

  • Modified Ronja-like
    • with lasers
    • with balloon targets
    • with lasers and balloon targets
    • with lasers and self-adhesive mirrored decals.
  • All Electronics Magazine had a couple of articles on building lasercomm devices on the cheap. Somebody remind the Doctor to go through his magazine collection.
  • How to make a simple laser communicator. (I do have this issue. Have bought parts to build a pair of transceivers. --The Doctor)
  • Handbook of Optical Through-the-Air Communications is a good read on the basics of an LED-based hardware setup, though he's aiming at voice comms. (Elliot)

Inspiration

Homework

Goals (proposed)

  • Optimize for hackability. Could your average geek build a few of these using junk around zir house and deploy them in an emergency situation?
  • Determine the optimum speed in bits per second for a mesh-to-mesh link.
  • Measure the bandwidth of a point-to-point long haul connection at a particular distance.
  • Determine the maximum practical distance for a long haul connection between two meshes in an urban environment.
  • Mathematically describe the way to maximize throughput with a minimum number of nodes.
  • Run an ssh session over whatever link is established.
  • Interact with a web page over whatever link is established.
  • Develop methods to minimize latency.

Apps running on Windbringer to prove functionality

Sprint 3

possible projects:

  • revisit sprint 1
    • Gather metrics on traffic to determine efficiency of protocol.
      • Number of packets per second per node with no other activity.
      • Average size of packets.
      • Average amount of traffic during normal operation.
  • revisit sprint 2 (possibly with different methods)
  • new project
    • long haul point-to-point links between meshes