The EthernetInterface library as found on mbed
Dependencies: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
History
this works for printing MAC address
2013-05-02, by ktitov [Thu, 02 May 2013 08:51:58 +0000] rev 27
this works for printing MAC address
add getMACAddress() in the style of getIPAddress(). Initialize the MAC string from the constructor.
2012-09-01, by jonathonfletcher [Sat, 01 Sep 2012 11:15:56 +0000] rev 26
add getMACAddress() in the style of getIPAddress(). Initialize the MAC string from the constructor.
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.
Add explicit setting of socket blocking/non-blocking mode and timeout
2012-07-31, by emilmont [Tue, 31 Jul 2012 11:51:00 +0000] rev 19
Add explicit setting of socket blocking/non-blocking mode and timeout
Update socket library
2012-07-27, by emilmont [Fri, 27 Jul 2012 13:59:06 +0000] rev 18
Update socket library