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: Payload format and content type #20

Closed icraggs closed 7 years ago

icraggs commented 7 years ago

Allow the payload format (binary, text) and a MIME style content type to be specified when a message is published. These are forwarded on to the receiver of the message.

icraggs commented 7 years ago

Done.