amcewen
|
ca07ac18f3
|
Update to the fix for Issue #436 - UdpClass renamed to UDP and the constructor moved into the .cpp to prevent compilation errors in certain conditions if w5100.h hasn't been included before Udp.h
|
2011-01-01 21:42:23 +00:00 |
|
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 |
|
Tom Igoe
|
addbdd7949
|
updating UDP library and examples with M. Margolis' changes and examples.
|
2010-09-17 14:17:01 +00:00 |
|
David A. Mellis
|
e24b135755
|
Adding SPI library and revising Ethernet library (Christian Maglie).
|
2010-08-02 18:59:44 +00:00 |
|