This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2025-01-18 07:52:14 +01:00
Code
Issues
Releases
Activity
Arduino
/
libraries
/
Ethernet
/
examples
History
amcewen
88e858f6e3
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
..
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
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
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