
Hi Appwrite Community
I'm currently working on IoT projects using devices like the Raspberry Pi Pico and ESP32 running MicroPython. My goal is to leverage Appwrite's realtime functionality to listen to changes in Appwrite databases directly from these devices.
However, as the Python SDK appears to be incompatible with MicroPython (due to missing modules and differences in the runtime environment), I'm exploring alternative approaches. Is it possible to use the Appwrite realtime features directly over the REST API, bypassing the SDK entirely? If not, could you advise on the best strategy or workarounds to integrate realtime capabilities in a MicroPython environment?
I'm very interested in bringing Appwrite's realtime functionality to the IoT space and would be happy to contribute to testing or development efforts in this area.
Thanks in advance for your support and insights!
Recommended threads
- CORS errors on prod
Hi, I have an appwrite function all of a sudden it starts to give CORS errors on production environment, although it works fine but 3/5 times it gives CORS erro...
- The new Bulk API and Realtime updates
It seems that the new Bulk API doesn't actually send realtime updates which is making a huge problem for me. I also wanted to know different is it deleting mul...
- Persistent TypeError: object dict can't ...
Subject: Persistent TypeError: object dict can't be used in 'await' expression with Appwrite Python SDK 11.0.0 (Databases Service) Hello everyone, I'm develop...
