From dc03eeb307deb573a519adf463829f3ff9817488 Mon Sep 17 00:00:00 2001 From: giomba Date: Tue, 31 Dec 2019 10:50:55 +0100 Subject: [PATCH] added README.md and LICENSE file --- LICENSE | 13 +++++++++++++ README.md | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3951509 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +A copy of the GNU General Public License can be seen at +https://www.gnu.org/licenses/gpl-3.0.txt + diff --git a/README.md b/README.md new file mode 100644 index 0000000..673669f --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 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 +