| | |
| | | |
| | | progname=mosquitto_pub |
| | | |
| | | hostname="master.iot-yun.com" |
| | | hostname="master.iot-yun.club" |
| | | port=10883 |
| | | uid="lingyun" |
| | | pwd="lingyun-emb" |
| | | |
| | | devid="RPi.3B-GP-0001" |
| | | dltopic="\$Sys/Studio/Downlink" |
| | | uptopic="\$Sys/Studio/Uplink" |
| | | |
| | |
| | | |
| | | set -x |
| | | |
| | | $pub_uplink_cmd '{"id":"rpi3b001", "temp":"25.6" }' |
| | | sleep 1 |
| | | echo $devid |
| | | |
| | | $pub_downlink_cmd '{"id":"rpi3b001", "light":"on" }' |
| | | sleep 1 |
| | | #$pub_uplink_cmd '{"id":"RPi.3B-GP-0001", "temp":"25.6" }' |
| | | #$pub_downlink_cmd '{"id":"RPi.3B-GP-0001", "light":"off" }' |
| | | $pub_downlink_cmd '{"id":"RPi.3B-GP-0002", "led":[ {"red":"off", "green": "off", "blue":"off"} ] }' |
| | | #$pub_downlink_cmd '{"id":"RPi.3B-GP-0001", "buzzer" : "on" }' |
| | | |
| | | $pub_downlink_cmd '{"id":"rpi3b001", "led":[ {"red":"on", "green": "off", "blue":"off"} ] }' |
| | | sleep 1 |
| | | |
| | | $pub_downlink_cmd '{"id":"rpi3b001", "buzzer" : "on" }' |
| | | sleep 1 |
| | | #$pub_downlink_cmd '{"id":"RPi.3B-GP-0001", "light":"off", "buzzer":"on", "led":[ {"red":"on", "green":"off", "blue":"off"} ] }' |
| | | |
| | | #$pub_downlink_cmd '{"id":"rpi3b001", "buzzer" : "music" }' |
| | | #sleep 1 |
| | | #$pub_downlink_cmd '{"id":"x86host02","camera" : "on" }' |
| | | |
| | | $pub_downlink_cmd '{"id":"x86host02","camera" : "on" }' |
| | | sleep 1 |
| | | |
| | | $pub_downlink_cmd '{"id":"rpi3b001", "light":"on", "buzzer":"on", "led":[ {"red":"on", "green":"off", "blue":"off"} ] }' |
| | | sleep 1 |