Skip to content

Commit

Permalink
README.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Hooks committed Apr 8, 2018
1 parent 74afe12 commit addb249
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Cumulocity MQTT Python Agent
Template: https://www.cumulocity.com/guides/mqtt/hello-mqtt-python/
Template: [https://www.cumulocity.com/guides/mqtt/hello-mqtt-python/][https://www.cumulocity.com/guides/mqtt/hello-mqtt-python/]

Uses environment variables:
* C8Y_USER
* C8Y_PASS
- C8Y_TENANT
- C8Y_BASE_URL
- C8Y_SERVER_HOST
- C8Y_CLIENT_ID
- C8Y_CLIENT_MODEL
C8Y_USER
C8Y_PASS
C8Y_TENANT
C8Y_BASE_URL
C8Y_SERVER_HOST
C8Y_CLIENT_ID
C8Y_CLIENT_MODEL

Example:
- C8Y_USER=apiuser
- C8Y_PASS=oka*****
- C8Y_TENANT=infrastructure
- C8Y_BASE_URL=sbdconnect.io
- C8Y_SERVER_HOST=infrastructure.sbdconnect.io
- C8Y_CLIENT_ID=14.195066.1333
- C8Y_CLIENT_MODEL=ESX-TC3G
* C8Y_USER=apiuser
* C8Y_PASS=oka*****
* C8Y_TENANT=infrastructure
* C8Y_BASE_URL=sbdconnect.io
* C8Y_SERVER_HOST=infrastructure.sbdconnect.io
* C8Y_CLIENT_ID=14.195066.1333
* C8Y_CLIENT_MODEL=ESX-TC3G

Use:
- Connects device to Cumulocity
- Updates device location using an external REST call
- Sends random measurement values
* Connects device to Cumulocity
* Updates device location using an external REST call
* Sends random measurement values

Installation:
-
*

0 comments on commit addb249

Please sign in to comment.