nes-proj/examples/avr-rss2/ipv6/rpl-border-router
Mohamed Seliem 82b5fb5073 Fix the leftover mentions of aaaa as a prefix to be UIP_DS6_DEFAULT_PREFIX (now fd00) 2016-12-04 03:29:49 +02:00
..
Makefile Correct paths when moving examples for regession tests 2016-05-14 22:48:09 +02:00
README.ETHERNET.md
README.md
border-router.c Fix the leftover mentions of aaaa as a prefix to be UIP_DS6_DEFAULT_PREFIX (now fd00) 2016-12-04 03:29:49 +02:00
enc28j60-ip64-driver.c
enc28j60-ip64-driver.h
eth-bridge.c
httpd-simple.c
httpd-simple.h
project-conf.h

README.md

Document version: 2016-02-22

An ethernet-to-802.15.4 NAT/GW IP64

This project is heavily based on the rpl-border-router in the example directory using the IP64 framework. This work is done Contiki/Thingsquare as the driver for enc28j60.

But rather than using slip as in the original example an ethernet interface the Microchip enc28j60 is used. The needed SPI-glue for AtMega's is added by this platform. (avr-rss2)

See the README.ETHERNET.md for ethernet module info.