Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 996 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 996 Bytes

OGC POC1 DEVICE

In this project, Raspbery pi LED and button communicate with fiware via MQTT.

TravisCI Status

Getting Started

Run dest_button

$ 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 &

Run dest_led

$ 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 &

Run entrance_button

$ 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 &

License

Apache License 2.0

Copyright

Copyright (c) 2018-2019 TIS Inc.