eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

MQTTV5: Combined V311 and V5 broker #44

Closed icraggs closed 6 years ago

icraggs commented 6 years ago

In progress. python3 startbroker.py starts a broker which is capable of both.

Working on the integration of the two protocols.

hmchaitra commented 6 years ago

File "/home/chaitra/Downloads/paho.mqtt.testing-master/interoperability/mqtt/brokers/TCPListeners.py", line 160, in handle broker = broker3 NameError: name 'broker3

i amgettong the above error as i start running server as python3 startbroker.py and trying to connect client.

icraggs commented 6 years ago

I just fixed that.

icraggs commented 6 years ago

I've tried out sending publications from one to the other, although that is not complete - how to handle properties for instance. I've yet to test retained messages.

icraggs commented 6 years ago

Done, I believe.