deckerego / ampule

A tiny HTTP server made for CircuitPython WiFi devices (like the ESP32)
MIT License
60 stars 10 forks source link

How to use with MicroPython? #27

Closed skipfire closed 1 year ago

skipfire commented 1 year ago

I've been using Ampule with CircuitPython and love it, trying to get it to work with MicroPython and I'm stumped on the server configuration piece due to socketpool as I get ImportError: no module named 'socketpool'. Can you provide any guidance on how to configure the startup of Ampule with MicroPython?

Thanks.

deckerego commented 1 year ago

I haven't tested Ampule with MicroPython - if it doesn't have the socketpool library then it will not work with this implementation.