From 09febbfb75f7bad119b4b6a8a0ff57774713f5ef Mon Sep 17 00:00:00 2001 From: giomba Date: Sun, 26 Dec 2021 15:08:12 +0100 Subject: [PATCH] README.md: quick start instructions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 673669f..b3848d8 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,23 @@ A simple and trivial IPv6 stack for Arduino. Currently implements: * 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 +