Search found 21 matches

by djipey
Sun Dec 01, 2019 3:16 pm
Forum: Programs, Libraries and Tools
Topic: umqtt.robust: ensure that broker received the message
Replies: 10
Views: 12989

umqtt.robust: ensure that broker received the message

Hi, this is my first post on the forum. I'm familiar with Python and I'm trying to send data from my ESP32 board to a Mosquitto broker, with the MQTT "protocol". This isn't really hard and I managed to get that working. Here is a short sample of code demonstrating how I send some environmental data ...