Hi
Any plans to support mqtt like Amazon iot core / azure iot hub?
Or any idea how to I integrate external service?
I have an bug amount of embed devices that send events thru mqtt protocol that need to be logged in appwrite db in real-time.
Maybe you could do an integration with a function
But not sure if it's possible to integrate MQTT devices directly with appwrite due to the connection protocol, but you could use some intermediate service or server to receive the MQTT data and then send it to your Appwrite instance
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- i am getting 404 not found in my current...
in my current appwrite i am getting 404 not found from backend side and in frontend getting error of CORS error as backend is not working
- How to create a custom authentication sy...
I’m looking to create an Appwrite function that first verifies a client using some custom logic, like providing a secret key. Once this verification is complete...