added README.md and LICENSE file

coap
giomba 2019-12-31 10:50:55 +01:00
parent cd37805f70
commit dc03eeb307
2 changed files with 21 additions and 0 deletions

13
LICENSE Normal file
View File

@ -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

8
README.md Normal file
View File

@ -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