Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 564 Bytes

File metadata and controls

15 lines (8 loc) · 564 Bytes

Practical Python Programming for IoT

Chapter 4 - Distributed Systems with Python and MQTT

  • requirements.txt - Python dependencies required for this chapter

  • mqtt_led.py - Paho MQTT Pub/Sub example to control a LED

  • mosquitto_pyiot.conf - Mosquitto MQTT Broker configuration file to enable Web Sockets and Web Server

  • mosquitto_www - Folder containing HTML and JavaScript files for MQTT Web Page client

  • mosquitto_www/index.html - MQTT Web Page Client to control LED

  • mosquitto_www/*.js - JavaScript dependencies as used in index.html