Handling UDP communication

Absolutely.

A full UDP listener in Python is less than 20 lines of real code. Writing the packets received to a Channels layer is also easy.

Writing this connector between your UDP source and a Django Channels consumer should be less than 50 lines.

See these threads for some ideas:

If you still have questions after, we’ll still be here.