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.
|
1 year ago | |
---|---|---|
examples | 1 year ago | |
src | 1 year ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
library.properties | 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