A Simple and Trivial IPv6 stack for Arduino
Go to file
giomba 9febc5dc06 udp: client 2021-12-26 18:24:23 +01:00
examples udp: client 2021-12-26 18:24:23 +01:00
src udp: client 2021-12-26 18:24:23 +01:00
LICENSE added README.md and LICENSE file 2019-12-31 11:18:44 +01:00
README.md README.md: quick start instructions 2021-12-26 15:08:12 +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

Quick start

Browse examples directory for Arduino sketches.

cd examples/simple-udp-server
make build
make flash

Configuration

src/settings.h:

  • ENABLE_SLAAC: enable stateless auto-configuration

Issues

  • bugs:
    • only known features
  • nice-to-have:
    • settings configuration outside library directory