Arduino/libraries/Ethernet/examples
amcewen bc0f3c4fe1 Fixes to UDP so that it no longer has socket 0 hardcoded - all part of issue #436. UdpClass::begin now finds the first available free socket, or fails if they're all in use. UdpClass::stop added to release the socket once it is no longer needed. The global Udp object has also been removed and the examples updated to provide their own instance. Finally, in testing I noticed that the UdpNtpClient didn't print leading 0s if the minute or second was a single-digit, so have taken the opportunity to provide a simple fix for it. 2010-12-28 15:16:42 +00:00
..
BarometricPressureWebServer corrected error in barometric pressure server example 2010-09-08 17:42:37 +00:00
ChatServer Corrected title of ChatServer example 2010-08-13 16:13:46 +00:00
PachubeClient removing TwitterClient since it does not include OAuth, which is now needed for Twitter logins. Adding TelnetClient examexample. 2010-09-17 13:22:32 +00:00
PachubeClientString removing TwitterClient since it does not include OAuth, which is now needed for Twitter logins. Adding TelnetClient examexample. 2010-09-17 13:22:32 +00:00
TelnetClient removing TwitterClient since it does not include OAuth, which is now needed for Twitter logins. Adding TelnetClient examexample. 2010-09-17 13:22:32 +00:00
UDPSendReceiveString Fixes to UDP so that it no longer has socket 0 hardcoded - all part of issue #436. UdpClass::begin now finds the first available free socket, or fails if they're all in use. UdpClass::stop added to release the socket once it is no longer needed. The global Udp object has also been removed and the examples updated to provide their own instance. Finally, in testing I noticed that the UdpNtpClient didn't print leading 0s if the minute or second was a single-digit, so have taken the opportunity to provide a simple fix for it. 2010-12-28 15:16:42 +00:00
UdpNtpClient Fixes to UDP so that it no longer has socket 0 hardcoded - all part of issue #436. UdpClass::begin now finds the first available free socket, or fails if they're all in use. UdpClass::stop added to release the socket once it is no longer needed. The global Udp object has also been removed and the examples updated to provide their own instance. Finally, in testing I noticed that the UdpNtpClient didn't print leading 0s if the minute or second was a single-digit, so have taken the opportunity to provide a simple fix for it. 2010-12-28 15:16:42 +00:00
WebClient Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
WebServer removing TwitterClient since it does not include OAuth, which is now needed for Twitter logins. Adding TelnetClient examexample. 2010-09-17 13:22:32 +00:00