Connect to this broker using MQTTS (Port 8883) for secure data transmission.
mosquitto_sub -h mudithamqtt.ddns.net -p 8883 \ -u "student" -P "student123" \ -t "devices/students/#" --capath /etc/ssl/certs/ -v
mosquitto_pub -h mudithamqtt.ddns.net -p 8883 \ -u "student" -P "student123" \ -t "devices/students/yourname/sensor" \ -m "24.5" --capath /etc/ssl/certs/ -r