aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Client.h
AgeCommit message (Collapse)Author
2014-02-13Added license for Client, IPAddressm and Server (master branch)Cristian Maglie
See #1847 and #1117
2013-12-06remove all Changes besides operator==ntruchsess
2013-11-27add localPort to EthernetClient, simplify operator==ntruchsess
2013-11-26add operator==, remoteIP and remotePort to EthernetClientntruchsess
2011-09-07Making Print::write(char *) non-virtual.David A. Mellis
http://code.google.com/p/arduino/issues/detail?id=607
2011-08-29Changed names of the Ethernet classes: Client -> EthernetClient, NetClient ↵amcewen
-> Client, and basic testing performed