pubnub / arduino

The Official PubNub Arduino-based API!
Other
103 stars 49 forks source link

Support for ESP8266 #13

Closed ztittle closed 7 years ago

ztittle commented 7 years ago

It would be fantastic if this library was supported on the ESP8266 microcontroller. The ESP8266 Arduino environment provides a WiFiClient that is derived from the Arduino's Client class so it shouldn't be a huge effort to support it.

vveljko commented 7 years ago

With version 2.0.0 the library supports any HW that has a "driver"/library that is compatible with Arduino de-facto standard interfaces/classes. This should work w/ESP8266, too. Read documentation on how to use your HW of choice.

Let us know if you find any issues with it.