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 +