coppino/README.md

29 lines
550 B
Markdown
Raw Permalink Normal View History

2019-12-31 09:50:55 +00: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
2021-12-26 14:08:12 +00:00
# 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