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:
52:fbc5a46b5e16
--- a/udp/udp.cpp	Thu Oct 19 20:56:58 2017 +0000
+++ b/udp/udp.cpp	Sun Oct 22 17:19:17 2017 +0000
@@ -148,7 +148,7 @@
     }
     else
     {
-        LogF("UDP header %hu >>> %hu\r\n", srcPort, dstPort);
+        LogF("UDP   header %hu >>> %hu\r\n", srcPort, dstPort);
     }
 }