Hi,
We want to create an application that receives a message from IOT devices via UDP.
When a message is received this should be stored in a database and a websocket broadcast should be sent to some clients.
Is it possible to receive messages via UDP on a FastApi route and then send a message using websockets? I'm using the Postgresql fullstack example right now.
kind regards,
Hi,
We want to create an application that receives a message from IOT devices via UDP.
When a message is received this should be stored in a database and a websocket broadcast should be sent to some clients.
Is it possible to receive messages via UDP on a FastApi route and then send a message using websockets? I'm using the Postgresql fullstack example right now.
kind regards,