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
|
6f93d3fc17
|
Updated all comments for while (!Serial) additions to serial-based examples
|
2012-04-09 10:48:40 -04: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 |
|
Tom Igoe
|
c9ded42197
|
Updated PachubeClientString and PachubeClient examples for Ethernet
|
2012-03-16 10:48:18 -04:00 |
|
Tom Igoe
|
f415edfc3b
|
upated PachubeClientString to fix interval bug
|
2012-03-02 17:21:12 -05:00 |
|
Tom Igoe
|
59f68ebd8c
|
Updated pachubeClientStirng to fix posting interval bug
|
2012-03-02 17:17:15 -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 |
|
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
|
da5ccf4eaf
|
Merge remote-tracking branch 'amcewen/wifly_integration' into new-extension
|
2011-08-31 14:25:04 -04: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
|
b455e81b76
|
Proposed fix for issue 243, adding DNS to the Ethernet library. Uses a slightly modified version of the agreed API as the host/port parameters have been moved from the Client constructor to the Client::connect methods. This means it's possible for errors to be returned if the DNS lookup fails and also reduces the RAM footprint of the Client class as it no longer needs to store the host/port for later use in Client::connect.
|
2011-04-16 19:38:36 -04:00 |
|
David A. Mellis
|
f43c0918ff
|
Merge branch 'dhcp' of github.com:amcewen/Arduino.
This includes DCHP support and new UDP API for the Ethernet library.
|
2011-03-23 23:28:33 -04:00 |
|
amcewen
|
a310cb8e4d
|
Proposed fix for issue 243, adding DNS to the Ethernet library. Uses a slightly modified version of the agreed API as the host/port parameters have been moved from the Client constructor to the Client::connect methods. This means it's possible for errors to be returned if the DNS lookup fails and also reduces the RAM footprint of the Client class as it no longer needs to store the host/port for later use in Client::connect.
|
2011-01-25 16:29:38 +00:00 |
|
amcewen
|
a42dc0b455
|
Fix for issue 62, adding DHCP support. New begin() method added to EthernetClass which takes just a MAC address and gets the rest of its configuration information via DHCP. Examples updated to use the IPAddress class and some have been changed to get their config via DHCP.
|
2011-01-16 20:11:50 +00:00 |
|
Tom Igoe
|
ae0c8770ac
|
removing TwitterClient since it does not include OAuth, which is now needed for Twitter logins. Adding TelnetClient examexample.
|
2010-09-17 13:22:32 +00:00 |
|
Tom Igoe
|
01e4b83f30
|
Added PachubeClientString to address issue #289
|
2010-08-12 13:44:46 +00:00 |
|