Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 318 Bytes

mqtt-keepalive

Simple python app to send keepalive messages to an MQTT broker to verify connectivity from the end devices

Configuration

The application needs two environment variables to be set:

  • MQTT_SERVER - address of the server to send to
  • MQTT_TOPIC - topic on the broker to publish the keepalives to