1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/libraries/Ethernet/examples
2011-01-13 17:55:08 +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
UdpNtpClient Fix for issue 439. UDP API changed to derive from Stream. The old sendPacket and readPacket calls have been removed, and replaced with Stream-derived alternatives which provide more commonality with other communications classes and to allow both buffered and full-packet-at-a-time uses. Also includes the introduction of an IPAddress class to make passing them around easier (and require fewer pointers to be exposed) 2011-01-10 14:54:29 +00:00
UDPSendReceiveString Added a method to read data into a char buffer so that character-based (rather than byte-based) operations don't require a cast. As requested by Tom Igoe. Part of the fix to issue 439. 2011-01-13 17:55:08 +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