Arduino/libraries/Bridge/src
Martino Facchin 45ff4f60b3 Bridge: fix transfers which ignored host response
Bridge.put() was broken by #2781 because it used transfer() 2-parameters overloaded version, which imply that rxlen == 0.
But the Linux Bridge responded, so the check (i >= rxlen) was true and the function timed out after retrying 50 times.

Every bridge command (python side) has been checked and now SHOULD strictly follow this rule and never ignore silently the received data
2015-03-30 15:56:06 +02:00
..
Bridge.cpp Bridge: fix transfers which ignored host response 2015-03-30 15:56:06 +02:00
Bridge.h Fixed return value of Bridge::get(..) (returning 0 also with valid data len >0) 2013-11-25 23:08:40 +01:00
Console.cpp Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
Console.h Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
FileIO.cpp Bridge: fix transfers which ignored host response 2015-03-30 15:56:06 +02:00
FileIO.h Fixed typo 2013-11-22 15:04:51 +01:00
HttpClient.cpp Added POST to HttpClient 2014-07-07 20:47:17 +02:00
HttpClient.h Added POST to HttpClient 2014-07-07 20:47:17 +02:00
Mailbox.cpp Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
Mailbox.h Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
Process.cpp Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
Process.h Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
YunClient.cpp Updated YunClient::connect method' 2015-02-27 11:08:29 +01:00
YunClient.h Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
YunServer.cpp Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
YunServer.h Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00