blackh Sun Nov 30 03:57:48 2003 EDT
Removed files:
/website plot-real.png
Modified files:
/website index.php plot-sim1.png plots.php
Log:
Add new plot to website.
Index: website/plots.php
diff -u website/plots.php:1.4 website/plots.php:1.5
--- website/plots.php:1.4 Tue Jul 22 20:11:11 2003
+++ website/plots.php Sun Nov 30 03:57:48 2003
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- $Id: plots.php,v 1.4 2003/07/23 03:11:11 blackh Exp $ -->
+<!-- $Id: plots.php,v 1.5 2003/11/30 11:57:48 blackh Exp $ -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -25,23 +25,12 @@
<h1>Network plots</h1>
- <h3>The live network</h3>
-
- <p>This is a plot of the live Grapevine network with four whole nodes on it.
- The locations of three of these nodes are
- <ul>
- <li>Wellington, New Zealand</li>
- <li>Auckland, New Zealand</li>
- <li>Perth, Australia</li>
- </ul>
- The other one is a secret.</p>
-
- <p><img src="plot-real.png" width="641" height="481"/></p>
-
<h3>Test networks</h3>
- <p>Here's a nice one of a network with 5 nodes.
- I'm currently working on a larger test network.</p>
- <p><img src="plot-sim1.png" width="521" height="434"/></p>
+ <p>Test network with 30 nodes, of which 23 are working properly.
+ Note that the network has failed to wrap from top to bottom and left to right.
+ (There should be lines wrapping off one side and back onto the opposite side.)
+ This is hampering the routing of messages, and I'll have to solve it.</p>
+ <p><img src="plot-sim1.png" width="717" height="575"/></p>
</div>
<?php include("footer.inc"); ?>
|