mbed IP library over Ethernet

Dependencies:   Socket lwip-eth lwip-sys lwip

Dependents:   FreedomK64F_CandyMachine

Fork of EthernetInterface by Jose Romero

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Wed Aug 01 13:02:38 2012 +0000
Parent:
19:f1b8651f8f29
Child:
21:8cd2de462559
Commit message:
[Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check.

Changed in this revision

EthernetInterface.h Show annotated file Show diff for this revision Revisions of this file
Socket.lib Show annotated file Show diff for this revision Revisions of this file
lwip-sys.lib Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.h	Tue Jul 31 11:51:00 2012 +0000
+++ b/EthernetInterface.h	Wed Aug 01 13:02:38 2012 +0000
@@ -61,7 +61,7 @@
 #include "TCPSocketConnection.h"
 #include "TCPSocketServer.h"
 
-#include "UDPPacket.h"
+#include "Endpoint.h"
 #include "UDPSocket.h"
 
 #endif /* ETHERNETINTERFACE_H_ */
--- a/Socket.lib	Tue Jul 31 11:51:00 2012 +0000
+++ b/Socket.lib	Wed Aug 01 13:02:38 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/Socket/#d24738f4ef99
+http://mbed.org/users/mbed_official/code/Socket/#3d83c348fb8b
--- a/lwip-sys.lib	Tue Jul 31 11:51:00 2012 +0000
+++ b/lwip-sys.lib	Wed Aug 01 13:02:38 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/lwip-sys/#2ace1ff71ae6
+http://mbed.org/users/mbed_official/code/lwip-sys/#b409691fb352