arduino-libraries / Bridge

Bridge Library for Arduino
http://arduino.cc/
13 stars 28 forks source link

Add SSL functionalities to YunClient class #6

Closed facchinm closed 8 years ago

facchinm commented 8 years ago

The API is based on Wifi101's connectSSL with a wrapper class. It only works if the firmware on OpenWRT side is > 1.6.1, so calling connect on older Yuns will return -1 immediately

@cmaglie

cmaglie commented 8 years ago

LGTM :+1: