Cristian Maglie
|
b9b0fcdadc
|
Backported Ethernet library from 1.5.x
|
2014-12-02 22:15:57 +01:00 |
|
David A. Mellis
|
9f3438c189
|
Adding Ethernet.maintain() to update DHCP leases (Peter Magnusson)
returns:
0: nothing happened
1: renew failed
2: renew success
3: rebind fail
4: rebind success
http://code.google.com/p/arduino/issues/detail?id=716
|
2012-03-02 18:51:48 -05:00 |
|
David A. Mellis
|
b8fbffeac4
|
Fixing DHCP hostname (peter).
http://code.google.com/p/arduino/issues/detail?id=742
|
2011-12-14 00:55:10 -05:00 |
|
amcewen
|
a6093a8d91
|
Created an abstract base class UDP to match the Client and Server classes, and reworked the Ethernet library to use it and derive EthernetUDP.
|
2011-08-30 21:27:31 +01:00 |
|
amcewen
|
a42dc0b455
|
Fix for issue 62, adding DHCP support. New begin() method added to EthernetClass which takes just a MAC address and gets the rest of its configuration information via DHCP. Examples updated to use the IPAddress class and some have been changed to get their config via DHCP.
|
2011-01-16 20:11:50 +00:00 |
|