In this project, Raspbery pi LED and button communicate with fiware via MQTT.
$ nohup ./dest_button.py --host 'mqtt.host.jp' --port 8883 --ssl --key_file './ssl/DST_Root_CA_X3.pem' --device_type button --device_id button_01 --username xxxxxx --password xxxxx &
$ nohup ./dest_led.py --host 'mqtt.host.jp' --port 8883 --ssl --key_file './ssl/DST_Root_CA_X4.pem' --device_type button --device_id button_01 --username xxxxxx --password xxxxx &
$ nohup ./entrance_button.py --host 'mqtt.host.jp' --port 8883 --ssl --key_file './ssl/DST_Root_CA_X3.pem' --device_type button --device_id button_01 --username xxxxxx --password xxxxx &
Copyright (c) 2018-2019 TIS Inc.