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:
Tue Jan 16 22:03:16 2018 +0000
Revision:
63:9d67a5eaa93c
Parent:
61:aad055f1b0d1
Child:
98:b977424ec7f7
Pulled out the connector leds so that the same library could be used with different boards

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 61:aad055f1b0d1 1 #include <stdbool.h>
andrewboyson 61:aad055f1b0d1 2
andrewboyson 59:e0e556c8bd46 3 extern bool LinkTrace;
andrewboyson 63:9d67a5eaa93c 4
andrewboyson 63:9d67a5eaa93c 5 extern bool LinkPhyLink;
andrewboyson 63:9d67a5eaa93c 6 extern bool LinkPhySpeed;
andrewboyson 63:9d67a5eaa93c 7 extern bool LinkActivity;
andrewboyson 63:9d67a5eaa93c 8
andrewboyson 61:aad055f1b0d1 9 extern void LinkMain(void);
andrewboyson 61:aad055f1b0d1 10 extern void LinkInit(void);
andrewboyson 0:faa09bd4e6bf 11