uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

README.txt

Committer:
ban4jp
Date:
2014-06-14
Revision:
0:685224d2f66d
Child:
2:4da9ed411bdc

File content as of revision 0:685224d2f66d:

The project used as a foundation

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

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

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