A Simple and Trivial IPv6 stack for Arduino
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
giomba 9febc5dc06 udp: client 1 year ago
examples udp: client 1 year ago
src udp: client 1 year ago
LICENSE added README.md and LICENSE file 3 years ago
README.md README.md: quick start instructions 1 year ago
library.properties repository structured as an arduino library 3 years ago

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