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

Committer:
andrewboyson
Date:
Sun Oct 22 17:19:17 2017 +0000
Revision:
44:83ce5ace337b
Parent:
37:793b39683406
Child:
59:e0e556c8bd46
Fixed DnsServer

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 44:83ce5ace337b 1 extern int Udp6HandleReceivedPacket(void (*traceback)(void), int scope, char* srcIp, char* dstIp, int* pSize, void* pPacket);
andrewboyson 37:793b39683406 2 extern int Udp6PollForPacketToSend (void* pPacket, int* pSize, char* pSrcIp, char* pDstIp);
andrewboyson 11:c051adb70c5a 3
andrewboyson 44:83ce5ace337b 4 extern int Tcp6HandleReceivedPacket(void (*traceback)(void), int scope, char* srcIp, char* dstIp, int* pSize, void* pPacket);