aboutsummaryrefslogtreecommitdiff
path: root/libraries/Ethernet/Client.h
AgeCommit message (Collapse)Author
2011-06-21Moving all AVR specific libraries to hardware/avrThibaut VIARD
2009-11-07Moving libraries out of arduino platform / core directory and to top-level.David A. Mellis
2009-04-26Adding write(str) and write(buf, size) methods to Print class and Ethernet ↵David A. Mellis
library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets.
2009-01-07Originating each outgoing network connection from a different source port ↵David A. Mellis
(in the Client class of the Ethernet library). Updating readme and todo.
2008-07-30Adding ethernet library.David A. Mellis