A Simple and Trivial IPv6 stack for Arduino
giomba
339de9322f
actually only one packet is managed at a time, then a packetin+packetout buffer area has been created for IPv6 packets. Upper layers can then access this data by means of pointer, avoiding further allocations on the stack. Obviously, packetin is read-only (eg. upper layers can only read it) |
||
---|---|---|
coppino-main.ino | ||
coppino.h | ||
coppino.ino | ||
ipv6.h | ||
ipv6.ino | ||
slip.h | ||
slip.ino | ||
udp.h | ||
udp.ino |