amcewen
|
ad5dead85a
|
Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed
|
2011-08-29 22:36:28 +01:00 |
|
amcewen
|
a310cb8e4d
|
Proposed fix for issue 243, adding DNS to the Ethernet library. Uses a slightly modified version of the agreed API as the host/port parameters have been moved from the Client constructor to the Client::connect methods. This means it's possible for errors to be returned if the DNS lookup fails and also reduces the RAM footprint of the Client class as it no longer needs to store the host/port for later use in Client::connect.
|
2011-01-25 16:29:38 +00: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 |
|
David A. Mellis
|
e24b135755
|
Adding SPI library and revising Ethernet library (Christian Maglie).
|
2010-08-02 18:59:44 +00:00 |
|
Tom Igoe
|
92f193d66d
|
Added comments to WebClient example
|
2010-07-25 16:28:30 +00:00 |
|
Tom Igoe
|
ee4d22e832
|
Added comments to WebClient example
|
2010-07-25 16:18:52 +00:00 |
|
David A. Mellis
|
3075c8e4fd
|
Moving libraries out of arduino platform / core directory and to top-level.
|
2009-11-07 17:54:56 +00:00 |
|