Justin Yackoski - Homework #1

Program Usage:

gossip [k [p]]

  - k is as defined in the Gossip paper, default 10
  - p is as defined in the gossip paper, default 0.5

Verbose debugging information is sent to STDERR
Compiled statistics are sent to STDOUT

Recommended execution:

./gossip 4 0.72 2>/dev/null


Several scripts/files are also included:

paper.pdf - my paper in PDF format (with color graphs)

runtests.sh - runs the tests for k = 0 to 20 in steps of 2 and
  p = 0 to 1 in steps of 0.05, sends output to gossip.log

gossip.log - raw stats from all tests that were run by above script

drawgraphs.sh - script that uses gnuplot to create the graphs
  that were included in my report

compile_data.pl, compile_hop_data.pl, *.gpl - supporting scripts of
  drawgraphs.sh

hop.stats, broadcast.stats, delivery.stats - Compiled overall stats 
  for all tests
