Can I make a MQTT broker with twisted?
20 Sep
2023
20 Sep
'23
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 ?
20 Sep
20 Sep
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
359
Age (days ago)
359
Last active (days ago)
1 comments
2 participants
participants (2)
-
azimif5800@gmail.com
-
meejah