mbed IP library over Ethernet
Dependencies: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
History
mise a jour
2013-05-14, by Mecatro03 [Tue, 14 May 2013 13:28:22 +0000] rev 29
mise a jour
Update lwip library
2013-03-01, by emilmont [Fri, 01 Mar 2013 15:36:24 +0000] rev 28
Update lwip library
Update lwIP and socket libraries.; Add "getMACAddress".
2013-03-01, by emilmont [Fri, 01 Mar 2013 15:33:02 +0000] rev 27
Update lwIP and socket libraries.; Add "getMACAddress".
Correct Ethernet initialization with static IP
2013-02-15, by emilmont [Fri, 15 Feb 2013 17:01:20 +0000] rev 26
Correct Ethernet initialization with static IP
Update socket library
2012-08-13, by emilmont [Mon, 13 Aug 2012 09:38:08 +0000] rev 25
Update socket library
Increase default DHCP timeout from (3)s to (12)s;
2012-08-09, by emilmont [Thu, 09 Aug 2012 07:48:48 +0000] rev 24
Increase default DHCP timeout from (3)s to (12)s;
Add error message for unsupported targets
2012-08-06, by emilmont [Mon, 06 Aug 2012 09:24:35 +0000] rev 23
Add error message for unsupported targets
Change "ethernet_input" with "tcpip_input"
2012-08-04, by emilmont [Sat, 04 Aug 2012 13:44:35 +0000] rev 22
Change "ethernet_input" with "tcpip_input"
Add timeout to network initialization
2012-08-03, by emilmont [Fri, 03 Aug 2012 14:43:57 +0000] rev 21
Add timeout to network initialization
[Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check.
2012-08-01, by emilmont [Wed, 01 Aug 2012 13:02:38 +0000] rev 20
[Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check.