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:
52:fbc5a46b5e16
Parent:
37:793b39683406
Child:
59:e0e556c8bd46
--- a/udp/udp.h	Fri Nov 03 18:14:06 2017 +0000
+++ b/udp/udp.h	Wed Nov 08 20:46:36 2017 +0000
@@ -1,3 +1,5 @@
+extern bool UdpTrace;
+
 extern int  UdpHandleReceivedPacket(void (*traceback)(void), int* pSize, void* pPacket);
 extern int  UdpPollForPacketToSend(int type, int* pSize, void* pPacket);