STILL IN DEVELOPMENT. A NetTester designed with the mbed to show network port information (Currently using a N3310LCD screen). The tester displays VLAN information, all IP information and the port on which its connected to the switch. All feedback is welcome. Please email: d.b.searle@reading.ac.uk

Dependencies:   EthernetInterface Functions N3310LCD mbed-rtos mbed

STILL IN DEVELOPMENT. A NetTester designed with the mbed to show network port information (Currently using a N3310LCD screen). The tester displays VLAN information, all IP information and the port on which its connected to the switch. All feedback is welcome. Please email: d.b.searle@reading.ac.uk

Revision:
2:c54f364bc853
Parent:
1:6aecf18e8884
--- a/main.cpp	Thu Aug 01 09:16:23 2013 +0000
+++ b/main.cpp	Thu Aug 01 12:14:44 2013 +0000
@@ -1,5 +1,4 @@
 #include "mbed.h"
-#include "rtos.h"
 #include "Functions.h"
 
 Functions funct;
@@ -9,4 +8,5 @@
     funct.ContrastChange();
     funct.Loading();
     funct.IPSettings();
+    funct.SystemRestart();
 }
\ No newline at end of file