1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
61826901ae Added [no]checkSSL method that sets an "insecure" boolean flag.
If insecure, "-k" parameter is added to curl and SSL certificates
are not checked
2014-05-21 11:15:09 +02:00
cdf70e501d Adds parameter "-k" to every way of calling curl, hence allowing
calling https URLs without checking for the validity of SSL
certificates.
While this makes it a little insecure, nothing else can be done
while keeping the HTTPClient API simple: openwrt does not have a
SSL certificates bundle
Advanced users concerned about security should call "curl" on
their own using Process, supplying parameters such as "--cacert"
Fixes #1860
2014-05-21 09:47:49 +02:00
c5010dde39 acording to the docs HttpClient::ready should return the inverse of Process::running() 2014-05-12 02:12:02 -05:00
586e7a2959 added the MailboxReadMessage example for the Yun 2014-05-02 17:41:18 +02:00
b2500b3b85 Temboo: library and examples update 2014-04-03 19:56:46 +02:00
88ed5d53a6 Spacebrew update 2014-04-01 09:35:56 +02:00
475ee9fde5 [YunSerialTerminal example]: corrected the CRC in the Bridge shutdown command 2014-03-13 11:44:44 +01:00
76ded605ff Updated all library.properties to 1.5 rev2 lib format 2014-02-18 22:32:24 +01:00
d8c30c36d4 Add error handling and optimize FileIO::doBuffer() in the Bridge library
Update FileIO::doBuffer() to check for TRANSFER_TIMEOUT and set buffered to 0, and optimize by incrementing readPos instead of moving all of the data one byte to the left in the buffer to skip the error code byte.
2014-01-04 18:05:06 -06:00
583dafb576 Fixed return value of Bridge::get(..) (returning 0 also with valid data len >0) 2013-11-25 23:08:40 +01:00
fe6295e124 Implemented multi-byte read in File::read of Bridge library. 2013-11-22 16:33:07 +01:00
e5e9d536ab Fixed typo 2013-11-22 15:04:51 +01:00
fcb20ea80c Added missing File::size() method to Bridge. 2013-11-22 15:04:23 +01:00
bc584744f6 Detect version of bridge.py running on the Yun. 2013-11-22 14:34:43 +01:00
258c7af469 Bridge library is now platform independent. 2013-11-15 12:54:59 +01:00
00bdd3df03 Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
b4c68b3dff Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
fdf10eb663 Better parametric Bridge.begin() 2013-10-18 09:31:07 +02:00
ddcb89e1fa Removed wrong executable flag on many files 2013-09-27 18:18:51 +02:00
df7e5aef74 Missing YunServer and YunClient keyword highlight 2013-09-27 16:16:37 +02:00
ca90bf75cb Bridge: Increased timeout when receiving "lenght" field.
Fixes a weird timing issue:
http://forum.arduino.cc/index.php?topic=188955.0
2013-09-21 23:47:37 +02:00
43477bd9d6 Merge pull request #1583 from cow77/ide-1.5.x
Makes it possible to link Bridge to another linux-system.
2013-09-21 12:01:45 -07:00
b0941ad5c9 Makes it possible to link to another linux-system, not running with
250000 (not Yun, but f.i. an Arduino mega2560 with a modified/expanded
WR703N).

The default could stay at 250000 (Yun).
2013-09-20 17:09:44 +02:00
be936dd590 Fixed buffer overflow in File::doBuffer() (dreggy)
Fixes #1580
2013-09-19 16:22:12 +02:00
65f0819b05 reviewed Bridge example headers 2013-09-10 10:23:29 +02:00
3e2008dfcc updated Bridge examples headers 2013-09-09 20:56:15 +02:00
15fd2d1158 Added the header to the Bridge.ino example
Removed Serial.begin(), there are no serial prints in the sketch.
2013-09-09 13:37:40 +02:00
81338e245b Bridge library to the 1.5 format 2013-09-06 15:38:07 +02:00