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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "Functions.h"
00003 
00004 Functions funct;
00005 
00006 int main() {
00007     funct.Intro();
00008     funct.ContrastChange();
00009     funct.Loading();
00010     funct.IPSettings();
00011     funct.SystemRestart();
00012 }