From 221f06eb8c1803df91631535ee965f126e6145ad Mon Sep 17 00:00:00 2001
From: Jake Read <jake.read@cba.mit.edu>
Date: Wed, 24 Jan 2018 23:10:09 -0500
Subject: [PATCH] add link to networks

---
 index.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 20c7744..58aa9ab 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,6 @@ text {
 <h1>Ring Oscillators</h1>
 <p>We started this page to catalog tests of speed for a variety of microprocessors and electronics modules.  Here we define speed as how fast information can transit from external electronics into the core where microcode is running and back out again.  A good way to test this is by constructing a ring oscillator, which simply sends token back and forth, producing a waveform that can be measured with an oscilloscope.</p>
 
-
 <h2>GPIO</h2>
 <p>To measure speed across a GPIO layer, we use a logic level as our token.  We also enforce that the token must reach the CPU, where code is running, rather than simply be inverted by digital logic or an event system.</p>
 
@@ -44,9 +43,12 @@ text {
 <div id='rf'></div>
 
 <h2>WildWest</h2>
-<p>Here we test embedded platforms that stray from the Harvard Architecture ... I.E FPGAs, PSOCs etc</p>
+<p>Here we test embedded platforms that stray from the Harvard Architecture ... I.E FPGAs, PSOCs etc, including event systems or digital logic configurable in other microcontrollers (i.e. the XMEGA).</p>
 <div id='wildwest'></div>
 
+<h2>Network Plotting</h2>
+<p>We've also started testing embedded network performance. That documentation is <a href="https://pub.pages.cba.mit.edu/networks/">here</a>.
+
 <script>
 function make_graph(div_id,json_key,axis_labels,use_khz){
   var margin = {top: 20, right: 20, bottom: 30, left: 40},
-- 
GitLab