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:
14:e75a59c1123d
Parent:
10:f0854784e960
Child:
37:793b39683406
--- a/udp/udp.h	Mon May 01 18:20:55 2017 +0000
+++ b/udp/udp.h	Fri May 05 17:44:16 2017 +0000
@@ -1,3 +1,6 @@
+extern uint16_t     UdpSrcPort;
+extern uint16_t     UdpDstPort;
+
 extern int  UdpHandleReceivedPacket(int* pSize, void* pPacket);
 extern int  UdpPollForPacketToSend(int type, int* pSize, void* pPacket);