A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
44:83ce5ace337b
Parent:
43:bc028d5a6424
Child:
47:73af5c0b0dc2
--- a/eth/eth.cpp	Thu Oct 19 20:56:58 2017 +0000
+++ b/eth/eth.cpp	Sun Oct 22 17:19:17 2017 +0000
@@ -57,7 +57,7 @@
     }
     else
     {
-        Log("ETH header ");
+        Log("ETH   header ");
         EthProtocolToString(NetToHost16(pHeader->typ), sizeof(text), text);
         Log(text);        
         Log(" ");