Arduino/libraries/Ethernet/examples
Tom Igoe 4805fea3b2 Moving recent commits to new-extension branch 2011-05-21 13:22:43 -04:00
..
BarometricPressureWebServer Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
ChatServer Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
DhcpAddressPrinter Moving recent commits to new-extension branch 2011-05-21 13:22:43 -04:00
DhcpChatServer Moving recent commits to new-extension branch 2011-05-21 13:22:43 -04:00
DnsWebClient Added DHCP address printer and DNS-based web client, based on Adrian McEwen's additions to the Ethernet library 2011-04-12 09:25:37 -04:00
PachubeClient 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-04-16 19:38:36 -04:00
PachubeClientString 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-04-16 19:38:36 -04:00
TelnetClient 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-04-16 19:38:36 -04:00
TwitterClient Moving recent commits to new-extension branch 2011-05-21 13:22:43 -04:00
UDPSendReceiveString Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
UdpNtpClient Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
WebClient 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-04-16 19:38:36 -04:00
WebServer Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00