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
History
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
..
examples
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
utility
Adding Client::peek() in Ethernet library (issue
#349
).
2010-09-16 01:11:19 +00:00
Client.cpp
Adding Client::peek() in Ethernet library (issue
#349
).
2010-09-16 01:11:19 +00:00
Client.h
Adding Client::peek() in Ethernet library (issue
#349
).
2010-09-16 01:11:19 +00:00
Ethernet.cpp
Fixing Client and capitalizing header file names.
2010-08-03 13:36:47 +00:00
Ethernet.h
Fixing Client and capitalizing header file names.
2010-08-03 13:36:47 +00:00
keywords.txt
Moving libraries out of arduino platform / core directory and to top-level.
2009-11-07 17:54:56 +00:00
Server.cpp
Returning CLOSE_WAIT clients in Server::available(). (issue
#345
).
2010-09-16 00:59:12 +00:00
Server.h
Adding SPI library and revising Ethernet library (Christian Maglie).
2010-08-02 18:59:44 +00:00
Udp.cpp
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
Udp.h
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