sigrlami / glaze-mq

Multi-protocol exchange broker for IoT within the 5G-and-Beyond networks, and primary emphasis on scalability.
MIT License
12 stars 2 forks source link

Is there any plans to support MQTT over QUIC? #2

Open maxbull opened 9 months ago

maxbull commented 9 months ago

I know it's not typical use case as it should operate over TCP but I'm looking for possibility to broadcast messages from one main sensor to others around it without need to keep acknowledgement of receive.

If not expected, maybe there is a way to write it as extension? I can work on that with some guidance.

sigrlami commented 9 months ago

I have that on my plan but because transport layer not exposed it's still hard to implement. First thing to make will be separation and abstraction of transport method. So won't be really ready until Q2 2024. There are multiple use cases where it might be useful.