Arturo Guadalupi
ce412a0461
Added README.adoc for the library manager project
2015-01-16 17:14:02 +01:00
Cristian Maglie
6d7751cf5f
Fixed some libraries metadata.
2015-01-16 12:22:24 +01:00
Cristian Maglie
b032f748f1
Ehternet: added packed attribute on DHCP message struct
2014-10-28 17:56:28 +01:00
Cristian Maglie
79fde3a636
Ethernet: fixed upcast of byte-pointer
2014-10-28 17:55:52 +01:00
Cristian Maglie
2a912bab62
Merge branch 'master' into ide-1.5.x
...
Conflicts:
app/src/processing/app/Base.java
2014-10-10 00:14:22 +02:00
JChristensen
c01172cd1b
Changed EthernetClient to use IANA recommended ephemeral port range, 49152-65535.
2014-10-05 22:41:39 -04:00
Fede85
f85a72847a
Ethernet: UdpNtpClient.ino now uses DNS to connect to the NTP server
2014-09-25 14:50:42 +02:00
Fede85
9a64c1bb1c
removed Xively and Cosm examples
2014-09-25 14:50:42 +02:00
PaulStoffregen
a0f5a2ee4c
Use SPI transaction in Ethernet W5100 init
2014-08-01 11:52:09 -07:00
PaulStoffregen
8aaca2fbb6
Use SPI transactions in Ethernet library
2014-08-01 06:34:34 -07:00
PaulStoffregen
53924e9d58
Move Ethernet socket level stuff to utility/socket.cpp
2014-08-01 06:03:38 -07:00
Cristian Maglie
6200ec2039
Merge pull request #2194 from Fede85/ide-1.5.x_lib-description
...
Ide 1.5.x lib description
2014-07-21 12:16:20 +02:00
Fede85
b02e85ceb2
modified sentences in library.properties files
2014-07-18 19:41:34 +02:00
Matt Robinson
569c75246d
Remove unused variable from ethernet socket utils
...
Remove the variable 'status' as this had a value assigned (from readSnSR),
but it was never used.
2014-07-17 16:49:10 +01:00
Cristian Maglie
b673b72cfb
Merge branch 'ide-1.5.x-warnings' of github.com:matthijskooijman/Arduino into ide-1.5.x
2014-04-20 19:36:29 +02:00
Matthijs Kooijman
9dca56dced
Don't use IPAddress::_address from EthernetClass
...
EthernetClass is a friend class of IPAddress, so it is allowed to use
its _address attribute directly. However, it should be using
IPAddress::raw_address() instead, like all the other friend classes do.
This changes allows changing the _address attribute to fix some warnings
next.
2014-02-19 16:09:29 +01:00
Cristian Maglie
76ded605ff
Updated all library.properties to 1.5 rev2 lib format
2014-02-18 22:32:24 +01:00
Fede85
90fb863c01
better Client.stop() handling in WebClientRepeating and WifiWebClientRepeating examples
2014-01-21 20:38:52 +01:00
Cristian Maglie
618f537691
Ethernet library refactoring
...
- removed arch folder
- merged socket.c and w5100.c for SAM and AVR, this is preparatory
to make library vanilla
2014-01-05 08:50:52 +01:00
Cristian Maglie
d20c028469
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
...
Conflicts:
libraries/Ethernet/EthernetClient.cpp
2013-12-09 18:31:43 +01:00
ntruchsess
29954567e7
update AdvancedChatServer.ino, add operator!=
2013-12-06 23:19:19 +01:00
ntruchsess
fbdf3a18ee
remove all Changes besides operator==
2013-12-06 19:05:31 +01:00
ntruchsess
889e1f6583
apply AdvancedChatServer.ino changes to renamed ChatServer.ino
2013-11-28 09:58:27 +01:00
ntruchsess
b5c500f5b4
revert Chatserver example, create new AdvancedChatServer based on it
2013-11-28 09:43:46 +01:00
ntruchsess
a27604f59e
add some lines of comment to ChatServer.ino, remove redundant assignment of Client-instance
2013-11-27 17:49:20 +01:00
ntruchsess
937bce1a0b
add localPort to EthernetClient, simplify operator==
2013-11-27 10:40:57 +01:00
ntruchsess
ca37de4ba4
add operator==, remoteIP and remotePort to EthernetClient
2013-11-26 00:12:44 +01:00
Cristian Maglie
853be57648
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
...
Conflicts:
libraries/Ethernet/examples/XivelyClient/XivelyClient.ino
libraries/Ethernet/examples/XivelyClientString/XivelyClientString.ino
libraries/GSM/examples/GSMXivelyClient/GSMXivelyClient.ino
libraries/GSM/examples/GSMXivelyClientString/GSMXivelyClientString.ino
libraries/Servo/examples/Knob/Knob.ino
libraries/Servo/examples/Sweep/Sweep.ino
libraries/WiFi/examples/WiFiXivelyClient/WiFiXivelyClient.ino
libraries/WiFi/examples/WiFiXivelyClientString/WiFiXivelyClientString.ino
2013-11-11 12:40:59 +01:00
Scott Fitzgerald
cb9686dc33
Updates to a number of Examples
...
removed pachube examples, added xively examples. changes to the Servo
examples
2013-11-08 18:46:27 +04:00
Federico Fissore
b4c68b3dff
Run new astyle formatter against all the examples
2013-10-21 09:58:40 +02:00
Cristian Maglie
88def54082
Fixed wrong behaviour of EthernetClient::flush().
...
Fixes #1576
2013-09-23 15:46:51 +02:00
Cristian Maglie
db640e08cd
Ethernet: removed useless casts in avr/w5100 class
2013-09-22 15:35:38 +02:00
Justin Paulin
5ddbab3693
Fixed a typo in the WebServer example.
2013-09-09 19:47:24 +02:00
Cristian Maglie
07d9d558b5
Updated libraries metadata
2013-08-08 16:40:55 +02:00
Justin Paulin
24df3ab28d
Fixed a typo in the WebServer example.
2013-07-29 13:40:51 -04:00
Fede85
d94e7e8ae0
deleted Twitter examples from Ethernet and GSM libraries
2013-07-10 12:37:02 +02:00
Fede85
9454816162
Ethernet, SD and LiquidCrystal to the new library format
2013-06-26 19:13:04 +02:00
Fede85
a138309ff6
WebServer example: Added comments
2013-04-17 11:37:31 +02:00
Fede85
ce3554261d
Moved refresh client from html meta tag to http header
...
Fixes #953
2013-04-16 21:37:41 +02:00
Fede85
2e6023bc2a
edited some ethernet ad wifi examples
2013-04-11 17:36:15 +02:00
Fede85
1a0dcb2959
closes #954 . Typo in WebServer sketches
2013-02-07 16:24:56 +01:00
Richard Sim
cce70d269c
* Fixed memory leak when calling Ethernet.begin() multiple times
...
* Ensure the UDP socket is closed before trying to open it
2012-12-12 12:50:21 +01:00
Cristian Maglie
1b7fd24480
Fixed server address on UdpNtpClient example.
...
Fixes #1156
2012-12-10 11:50:49 +01:00
Scott
9a13d211ba
Fixed typo in PachubeClientString example
2012-10-12 15:59:45 -04:00
Scott
72595f86c4
Modified pachube Ethernet Client String example and removed Cosm examples
2012-09-10 12:02:59 -04:00
Zach Eveland
32e365b480
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-05-15 15:40:23 -04:00
Tom Igoe
2e30d3891c
spell check on PachubeClientString
2012-05-14 16:18:26 -04:00
Tom Igoe
08cb1983d7
Added Cosm Clients to replace Pachube Clients due to Pachube.com
...
rebranding
2012-05-14 16:16:42 -04:00
David A. Mellis
2a48aa5cbc
Merge pull request #70 from johannrichard/ethernet-close_wait
...
EthernetClient: recycle sockets in CLOSE_WAIT status
2012-05-06 15:08:39 -07:00
Zach Eveland
573d08c4fa
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-04-20 10:10:46 -04:00