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 Mar 12 13:56:08 2017 +0000
Revision:
7:b794780e33b4
Parent:
2:849103b5a16d
Child:
9:91dae5300a4d
Added IPv6 support which is partially working

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 2:849103b5a16d 1 extern void PhyMain();
andrewboyson 2:849103b5a16d 2 extern void PhyInit();
andrewboyson 0:faa09bd4e6bf 3
andrewboyson 7:b794780e33b4 4 #define PHY_DO_NOTHING 0
andrewboyson 7:b794780e33b4 5 #define PHY_SEND_PACKET 1