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

RoboticBase/ogc-poc1-device

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Dockerfile 1.8%