pradeesi / Store_MQTT_Data_in_Database

90 stars 82 forks source link

TimeoutError: Connection attempt failed #5

Open MinaMalak-cmd opened 3 years ago

MinaMalak-cmd commented 3 years ago

After I initialize DB, and publish fake data. when I start listening on these data, it gives me such an error(check the attached image), what's the problem then?

error while listening on data
made-teale commented 3 years ago

looks like the host (broker) is not active anymore. if you try to connect using a GUI app like MQTT explorer it also failed to connect. you can use other free dummy data generators like test.mosquitto.org. but you need to change the database schema since the payload might be different.