A Simple and Trivial IPv6 stack for Arduino
Go to file
giomba 42e70e9c20 ipv6: constexpr compile-time SLAAC settings 2021-12-26 14:37:29 +01:00
examples/simple-udp-server ipv6: constexpr compile-time SLAAC settings 2021-12-26 14:37:29 +01:00
src ipv6: constexpr compile-time SLAAC settings 2021-12-26 14:37:29 +01:00
LICENSE added README.md and LICENSE file 2019-12-31 11:18:44 +01:00
README.md added README.md and LICENSE file 2019-12-31 11:18:44 +01:00
library.properties repository structured as an arduino library 2019-12-31 10:42:25 +01:00

README.md

Coppino

A simple and trivial IPv6 stack for Arduino. Currently implements:

  • a SLIP client
  • IPv6 manual and auto-configuration (SLAAC via Router Advertisement)
  • ICMP echo reply
  • ICMP Router Advertisement
  • UDP server