jeelabs / el-client

Arduino client for esp-link's REST, MQTT, and command interface
BSD 2-Clause "Simplified" License
83 stars 46 forks source link

Serial bridge over MQTT: Firmata mqtt-serial support #16

Open duchu-net opened 8 years ago

duchu-net commented 8 years ago

Hi, I found nice lib for transport Firmata protocol via MQTT: https://github.com/monteslu/mqtt-serial How to prepare class (extend Stream) for reading from MQTT ELClientResponse, and provide data for Arduino Firmata? Is it possible? I try to write something, but without success.

tve commented 7 years ago

I'm sorry, but I don't have the time at the moment to dig into this.