The London Hackspace Bandwidth meter, now works over ethernet.

Dependencies:   EthernetInterface LPD8806 Tiny-HTTPD mbed-rtos mbed BonjourLib

Revision:
3:f4018fcd1ce8
Parent:
2:49025fae1e1f
--- a/main.cpp	Fri May 30 09:07:48 2014 +0000
+++ b/main.cpp	Fri May 30 09:44:34 2014 +0000
@@ -90,8 +90,10 @@
 const static char *fail = "Fail";
 
 const char* const index_page =
-    "<html><title>LHS Bandwidth Meter</title>"
-    "<body>"
+    "<html><head>"
+    "<title>LHS Bandwidth Meter</title>"
+    "<LINK REL=\"SHORTCUT ICON\" HREF=\"/favicon.ico\">"
+    "</head><body>"
     "<h1>Bandwidth Meter</h1>"
     "<h1>Commands:</h1>"