uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

Revision:
0:685224d2f66d
Child:
2:4da9ed411bdc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Sat Jun 14 16:02:21 2014 +0000
@@ -0,0 +1,23 @@
+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
+
+--------------------------------