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
Tom Igoe
a69bd00c68
Update to WebClientRepeating comments
2012-04-19 15:03:23 -04:00
Tom Igoe
2baf577437
Added WebClientRepeating example
2012-04-19 15:02:21 -04:00
Tom Igoe
6f93d3fc17
Updated all comments for while (!Serial) additions to serial-based examples
2012-04-09 10:48:40 -04:00
Johann Richard
47c46c4f25
Fix for CLOSE_WAIT Bug
...
Fir for an EthernetClient bug, as per the following thread http://forum.freetronics.com/viewtopic.php?t=176
Kudos to mr-russ for finding a fix.
2012-04-05 22:13:49 +02:00
Tom Igoe
202bb102a0
Updated all serial in setup examples with a note about the serial check
2012-04-02 11:11:46 -04:00
Tom Igoe
a631e4f834
Added Serial port check to all examples using Serial statements in the setup
2012-04-02 09:07:58 -04:00
Zach Eveland
a0f1f1a930
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-03-24 09:30:17 -04:00
Tom Igoe
da09e0c867
Updated Ethernet WebServer example to give more diagnostic info
2012-03-20 10:37:15 -04:00
Tom Igoe
c9ded42197
Updated PachubeClientString and PachubeClient examples for Ethernet
2012-03-16 10:48:18 -04:00
Zach Eveland
d169114205
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-03-14 15:40:29 -04:00
Tom Igoe
7f11df115d
Updated ChatServer
2012-03-12 15:30:18 -04:00
Zach Eveland
8a35793794
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
...
Conflicts:
.gitignore
2012-03-03 13:28:39 -05:00
David A. Mellis
9f3438c189
Adding Ethernet.maintain() to update DHCP leases (Peter Magnusson)
...
returns:
0: nothing happened
1: renew failed
2: renew success
3: rebind fail
4: rebind success
http://code.google.com/p/arduino/issues/detail?id=716
2012-03-02 18:51:48 -05:00
Tom Igoe
f415edfc3b
upated PachubeClientString to fix interval bug
2012-03-02 17:21:12 -05:00
Tom Igoe
8ef8be6ccd
Adjusted interval bug in TwitterClient
2012-03-02 17:20:09 -05:00
Tom Igoe
59f68ebd8c
Updated pachubeClientStirng to fix posting interval bug
2012-03-02 17:17:15 -05:00
Tom Igoe
366a490973
Updated TwitterClient example to fix timing bug
2012-03-02 13:14:07 -05:00
Zach Eveland
d10b5da4f6
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-02-27 21:21:34 -05:00
Tom Igoe
9f755d159a
Updated Ethernet PachubeClient and PachubeClientString examples to use Pachube API 2.0
2012-02-27 11:51:13 -05:00
Zach Eveland
65ddc6c43b
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-02-22 15:19:32 -05:00
David A. Mellis
561cd7054d
Fixing (maybe) a bug involving multiple received UDP packets.
...
http://code.google.com/p/arduino/issues/detail?id=669
2012-02-14 16:41:22 -08:00
Zach Eveland
531c3bfe28
Merge branch 'master' of github.com:arduino/32U4 into new-extension
2011-12-18 12:40:56 -05:00
David A. Mellis
64c8b89b5f
Fixing ethernet library on Leonardo (correcting SS pin for 32U4).
2011-12-15 15:33:47 -05:00
David A. Mellis
b8fbffeac4
Fixing DHCP hostname (peter).
...
http://code.google.com/p/arduino/issues/detail?id=742
2011-12-14 00:55:10 -05:00
David A. Mellis
7c90d9d8b5
Changing recv() to return signed int16 (in Ethernet socket.cpp). S. Wallace
...
http://code.google.com/p/arduino/issues/detail?id=516
2011-12-08 17:29:28 -05:00
David A. Mellis
597da2e45d
Ethernet library fix for avr-gcc v4.5.1 (and maybe others). (SurferTim)
...
This is a change in a few lines for combining two 8-bit values into a 16-bit one. For some reason, the old way doesn't seem to work properly with certain gcc versions.
http://code.google.com/p/arduino/issues/detail?id=605
2011-12-08 16:50:59 -05:00
Zach Eveland
a6a59f1783
Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot"
...
This reverts commit df9835efaf
, reversing
changes made to ec45af8bfa
.
Conflicts:
hardware/arduino/variants/mega/pins_arduino.h
libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino
2011-10-27 11:45:13 -04:00
Tom Igoe
d16eeb0af3
Modified Pachube examples to use manual Ethernet config if DCHP fails.
2011-10-26 13:22:30 -04:00
David A. Mellis
9296f1db31
Fixing bug in Ethernet (recv() in socket.cpp). (Paul Stoffregen)
...
http://code.google.com/p/arduino/issues/detail?id=670
2011-10-10 11:49:50 -04:00
David A. Mellis
965480f148
Fixing warnings in Ethernet library (Paul Stoffregen).
...
http://code.google.com/p/arduino/issues/detail?id=208
2011-10-02 10:17:33 -04:00
David A. Mellis
7d8d20894c
Making Print::write(char *) non-virtual.
...
http://code.google.com/p/arduino/issues/detail?id=607
2011-09-07 18:41:05 -04:00
David A. Mellis
da5ccf4eaf
Merge remote-tracking branch 'amcewen/wifly_integration' into new-extension
2011-08-31 14:25:04 -04:00
amcewen
a6093a8d91
Created an abstract base class UDP to match the Client and Server classes, and reworked the Ethernet library to use it and derive EthernetUDP.
2011-08-30 21:27:31 +01:00
Tom Igoe
35777612c0
Changed all .pde examples to .ino
...
All examples in /build/shared/examples/ and /libraries/ have had their
extensions changed to .ino
2011-08-30 15:33:32 -04:00
amcewen
ad5dead85a
Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed
2011-08-29 22:36:28 +01:00
amcewen
b7533c1839
Final changes to integrate latest core updates to WiFly branch
2011-08-28 22:26:07 +01:00
amcewen
e1748e79d7
Merge branch 'master' into wifly_integration
2011-08-28 20:28:53 +01:00
amcewen
4588120106
Merge branch 'new-extension' of https://github.com/arduino/Arduino
2011-08-27 23:53:42 +01:00
David A. Mellis
b73cf39d94
Moving write errors out of return value into separate API methods.
...
write(), print(), println() now return size_t (and don't use negative values to signal errors).
Print adds writeError() for checking for write errors, clearWriteError() to reset the flag to false, and a protected setWriteError() for signalling errors.
http://code.google.com/p/arduino/issues/detail?id=598
2011-08-26 16:08:14 -04:00
David A. Mellis
929597375b
Changing from long to ssize_t (int) for write(), print(), println() return.
2011-08-26 14:20:41 -04:00
David A. Mellis
8059abe581
write(), print(), and println() now return number of bytes written.
...
The type is long, and negative values indicate errors. Needs more testing.
http://code.google.com/p/arduino/issues/detail?id=551
2011-08-23 19:12:03 -04:00