Can I make a MQTT broker with twisted?

Sept. 20, 2023
2:14 a.m.
in our company we make some advice that will connect to internet and send some data about status of them. now I have to make a custom server for our company and communicate with MQTT protocol. Can someone help me ?

September 2023
10:02 a.m.
The Crossbar broker and Autobahn client libraries (in multiple languages) implement a fully-specified and multi-language system that is similar to MQTT (called WAMP, the Web Application Messaging Protocol). This gives you cross-process/computer Pub/Sub and RPC over many client languages. The Crossbar broker (implemented in Python using Twisted) interoperates with MQTT as well. Note that it doesn't cover *every* MQTT QoS level, but bare MQTT brokers don't either. I would recommend starting with that. -- meejah
506
Age (days ago)
506
Last active (days ago)
1 comments
2 participants
participants (2)
-
azimif5800@gmail.com
-
meejah