A Simple and Trivial IPv6 stack for Arduino
Go to file
giomba 339de9322f software engineering for best resource management
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)
2019-12-24 17:59:51 +01:00
coppino-main.ino simple udp server handler 2019-12-24 16:54:16 +01:00
coppino.h removed old functions 2019-12-23 19:03:32 +01:00
coppino.ino software engineering for best resource management 2019-12-24 17:59:51 +01:00
ipv6.h software engineering for best resource management 2019-12-24 17:59:51 +01:00
ipv6.ino software engineering for best resource management 2019-12-24 17:59:51 +01:00
slip.h sizes in int 2019-12-23 19:02:05 +01:00
slip.ino SLIP bug: reading too fast from serial 2019-12-23 21:45:25 +01:00
udp.h simple udp server handler 2019-12-24 16:54:16 +01:00
udp.ino simple udp server handler 2019-12-24 16:54:16 +01:00