mbed IP library over Ethernet

Dependencies:   lwip-eth Socket lwip lwip-sys

Dependents:   denki-yohou_b Network-RTOS NTPClient_HelloWorld temp_FIAP ... more

Legacy Networking Libraries

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Jun 26 09:10:41 2012 +0000
Parent:
1:aee32a27826e
Child:
3:f5776537f27f
Commit message:
Specify lwip transport in lwip configuration file.; Add mbed-socket library

Changed in this revision

lwipopts_conf.h Show annotated file Show diff for this revision Revisions of this file
mbed-socket.lib Show annotated file Show diff for this revision Revisions of this file
--- a/lwipopts_conf.h	Mon Jun 25 17:12:39 2012 +0000
+++ b/lwipopts_conf.h	Tue Jun 26 09:10:41 2012 +0000
@@ -1,4 +1,6 @@
 #ifndef LWIPOPTS_CONF_H
 #define LWIPOPTS_CONF_H
 
+#define LWIP_TRANSPORT_ETHERNET      1
+
 #endif
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-socket.lib	Tue Jun 26 09:10:41 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed-socket/#000000000000