2021-12-26 18:24:23 +01:00
2021-12-26 18:24:23 +01:00
2021-12-26 18:24:23 +01:00
2019-12-31 11:18:44 +01:00
2021-12-26 15:08:12 +01:00

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
Description
A Simple and Trivial IPv6 stack for Arduino
Readme 59 KiB
Languages
C++ 100%