-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mbrooksx/master
Use Coral Cloud IoT Core Library
- Loading branch information
Showing
3 changed files
with
71 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[DEFAULT] | ||
Enabled = false | ||
ProjectID = my-project | ||
CloudRegion = us-central1 | ||
RegistryID = demo-registry | ||
DeviceID = demo1 | ||
# CA Certs should be pulled from https://pki.goog/roots.pem | ||
CACerts = roots.pem | ||
MQTTBridgeHostName = mqtt.googleapis.com | ||
MQTTBridgePort = 8883 | ||
# MessageType is expected to always be event. | ||
MessageType = event | ||
# RSA Cert is not required unless SW crypto is used. | ||
RSACertFile = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters