uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

README.txt

Committer:
ban4jp
Date:
2014-06-30
Revision:
3:a2715e9c7737
Parent:
2:4da9ed411bdc

File content as of revision 3:a2715e9c7737:

The foundation of this project

--------------------------------
IP Stack Framework

* uIP 1.0 (micro IP)  by Adam Dunkels

  https://github.com/adamdunkels/uip/releases/tag/uip-1-0
  http://dunkels.com/adam/

* Contiki 2.7 [backported about uIP core]  by Adam Dunkels

  http://sourceforge.net/projects/contiki/files/Contiki/Contiki%202.7/
  http://www.contiki-os.org/

--------------------------------
ENC28J60 Ethernet Driver

* Procyon AVRlib  by Pascal Stang
  Based on the enc28j60.c and enc28j60.h files.

  http://www.procyonengineering.com/embedded/avr/avrlib/index.html

* SPI Ethernet module examples codes  by webshop "optimize"

  http://optimize.ath.cx/spi_ether/spi_ether.htm

--------------------------------