A Simple and Trivial IPv6 stack for Arduino
Go to file
giomba f34833e955 coap server basics -- parse input path
receive coap request and parse path
actually this is just a stub, but hey,
it's a stable one and this is my private branch

even if this commit will probably be fast-merged '°_°
2020-01-08 22:52:59 +01:00
examples/simple-udp-server repository structured as an arduino library 2019-12-31 10:42:25 +01:00
src coap server basics -- parse input path 2020-01-08 22:52:59 +01:00
LICENSE added README.md and LICENSE file 2019-12-31 11:18:44 +01:00
README.md added README.md and LICENSE file 2019-12-31 11:18:44 +01:00
library.properties repository structured as an arduino library 2019-12-31 10:42:25 +01:00

README.md

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