Simple DHT test: ================ include/dht.h -> the header file for the dht layer on top of chimera src/dht.c -> core code for storing the dht key-value pairs, replicating, and maintaining the rf number of replicas dhttest.c is a simeple app that uses this abstraction driver -> dhttestdriver.c; the program that brings up a simple network for running dhttest dhttest and dhttestdriver are a pair that run together. the files ./hosts and ./blocks are needed for this test to run. The scripts needed to parse the output are ./succ-lookups.pl (and the ones this uses internally) The test also depends on a few #defines in the dht.h file, change them accordingly. Churn-based DHT test: ===================== no tests done yet; churn is tested by mass-killing some nodes Bluemoon Tests: ============== emailtest.c and email.c together is a simple test to check and use forward and reverse paths. To run this, just run ./emailtest from the bin directory