osd-contiki/platform/avr-rss2/examples/ipv6/rpl-border-router
2016-02-22 20:46:07 +01:00
..
border-router.c Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
enc28j60-ip64-driver.c Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
enc28j60-ip64-driver.h Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
eth-bridge.c Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
httpd-simple.c Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
httpd-simple.h Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
Makefile Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
project-conf.h Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
README.ETHERNET.md Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
README.md Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00

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.