whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 222 forks source link

Blynk integration #194

Open vshymanskyy opened 5 years ago

vshymanskyy commented 5 years ago

Just wanted to let you know, that I was able to run Blynk Lua library on Lua-RTOS-ESP32 with some minor efforts. Feel free to adapt/include it in your project! Thx.

jolivepetrus commented 5 years ago

@vshymanskyy,

That's cool! Where can I find the source code?

vshymanskyy commented 5 years ago

@jolivepetrus sorry I missed to add the actual link ;) https://github.com/vshymanskyy/blynk-library-lua

vshymanskyy commented 5 years ago

It worked out of the box, but you may need to tweak it for better stability. The protocol implementation is well-separated so you can wrap it in whatever API is best suited for Lua-RTOS

the0ne commented 5 years ago

@jolivepetrus shall we keep this open?