A simple HTTP server echoing received requests. Ethernet connection is over an ENC28J60 board. Usage: Type the server's IP address into you web browser and hit <ENTER>.

Dependencies:   UIPEthernet

Revision:
9:66b6c19e9bb7
Parent:
8:9e3b50f6dc81
Child:
10:ae9303c25085
--- a/main.cpp	Tue Sep 03 09:43:41 2019 +0000
+++ b/main.cpp	Sat Sep 07 17:58:35 2019 +0000
@@ -4,8 +4,6 @@
  */
 #include "mbed.h"
 #include "UipEthernet.h"
-#include "TcpServer.h"
-#include "TcpClient.h"
 
 #define IP      "192.168.1.35"
 #define GATEWAY "192.168.1.1"