
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
- storage.getFileDownload returns an empty...
Hi, I am using the nodejs sdk with version 22. When I run the getFileDownload method, the response is always an empty object. The getFile works, it returns the ...
- getFileDownload returns empty object
Hi, is this an intended behaviour ?
- Realtime feature not working
Can anyone explain why the realtime feature not working here: ``` const initializeAppwrite = async () => { // Only run in browser environment try {...
