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

main.cpp

Committer:
Searle95
Date:
2013-08-01
Revision:
1:6aecf18e8884
Parent:
0:2ef23ececc71
Child:
2:c54f364bc853

File content as of revision 1:6aecf18e8884:

#include "mbed.h"
#include "rtos.h"
#include "Functions.h"

Functions funct;

int main() {
    funct.Intro();
    funct.ContrastChange();
    funct.Loading();
    funct.IPSettings();
}