Skip to content

Instantly share code, notes, and snippets.

View rommitdutta-cell's full-sized avatar

rommitdutta-cell

  • Joined Oct 31, 2025
View GitHub Profile
@rommitdutta-cell
rommitdutta-cell / Commands.md
Created October 31, 2025 11:22
IoT ASSIGNMENT 8

Copy the contents of main.py and diagram.json in an empty project in Wokwi.

Subscribe Commands All topics mosquitto_sub -h test.mosquitto.org -t "mqtt-demo/#" -v

Publish Commands Turn LED1 ON

mosquitto_pub -h test.mosquitto.org -t "mqtt-demo/led1" -m "on"