From: blackh <gra...@li...> - 2003-12-01 08:35:11
|
blackh Mon Dec 1 00:35:10 2003 EDT Added files: /website plot-sim2.png Modified files: /website plots.php Log: Index: website/plots.php diff -u website/plots.php:1.5 website/plots.php:1.6 --- website/plots.php:1.5 Sun Nov 30 03:57:48 2003 +++ website/plots.php Mon Dec 1 00:35:07 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.5 2003/11/30 11:57:48 blackh Exp $ --> +<!-- $Id: plots.php,v 1.6 2003/12/01 08:35:07 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -25,12 +25,21 @@ <h1>Network plots</h1> - <h3>Test networks</h3> + <h3>Test network - 30 nodes</h3> + <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> + + <h3>Test network - 50 nodes</h3> + + <p>Test network with 50 nodes - above problem fixed. The big gap with 'Snft' + in the middle of it is problematic. I'll have to find a way to make such + gaps get bridged.</p> + + <p><img src="plot-sim2.png" width="657" height="553"/></p> </div> <?php include("footer.inc"); ?> |