This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-06-20 21:01:25 +03:00
Code
Activity
Files
88e858f6e39525cfea264f53e14de9a85010f902
esp8266
/
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