Can I make a MQTT broker with twisted?
![](https://secure.gravatar.com/avatar/dd7fa7d1ba66c4bf59ac5c21e8d78e6f.jpg?s=120&d=mm&r=g)
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 ?
![](https://secure.gravatar.com/avatar/a93db92c60e9d5435d204407264457f2.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/a93db92c60e9d5435d204407264457f2.jpg?s=120&d=mm&r=g)
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
participants (2)
-
azimif5800@gmail.com
-
meejah