1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-11 22:24:13 +01:00
Arduino/libraries/Ethernet/src
lathoub 006124136e Provide for support for ZeroConf/Bonjour
Provide for support for ZeroConf/Bonjour, by allowing derived classes
access to _sock and _remaining. See
https://github.com/lathoub/EthernetBonjour
2015-08-16 15:29:26 +02:00
..
utility Ethernet lib: first implementation for zero 2015-06-22 11:31:57 +02:00
Dhcp.cpp Ethernet: fixed wrong handling of timeouts in DHCP 2015-07-14 09:57:01 +02:00
Dhcp.h Ethernet: fixed wrong handling of timeouts in DHCP 2015-07-14 09:57:01 +02:00
Dns.cpp Ethernet library refactoring 2014-01-05 08:50:52 +01:00
Dns.h Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
Ethernet.cpp Use SPI transactions in Ethernet library 2014-08-01 06:34:34 -07:00
Ethernet.h Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
EthernetClient.cpp Removed typos in EthernetClient.cpp 2015-07-14 15:56:48 +02:00
EthernetClient.h Add EthernetClient getSocketNumber() function 2015-07-09 15:42:26 +02:00
EthernetServer.cpp Optimizations: remove multiple calls to the status() function. 2015-05-28 11:00:23 +02:00
EthernetServer.h Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
EthernetUdp.cpp Added Multicast UDP support 2015-07-14 15:56:25 +02:00
EthernetUdp.h Provide for support for ZeroConf/Bonjour 2015-08-16 15:29:26 +02:00