mlesniew / PicoMQTT

ESP MQTT client and broker library
GNU Lesser General Public License v3.0
219 stars 25 forks source link

Circuit Python support #1

Closed kesavkolla closed 1 year ago

kesavkolla commented 1 year ago

Is it possible to use it on circuit python? Would be great to get it compiled to to circuit Python.

mlesniew commented 1 year ago

To make it work with CircuitPython, you will have to write C bindings that CircuitPython can understand. You would also need to provide the bindings or wrappers for some of the Arduino Framework's classes.

mlesniew commented 1 year ago

As CircuitPython would probably have to be done in a separate project, I'm closing the issue.