-
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.
RPC over GCP (Google IoT Core) support
This change adds support for RPC using Google IoT Core mechanisms * Requests should be sent to the device as [commands](https://cloud.google.com/iot/docs/how-tos/commands). * Responses are published as telemetry events (to a subfolder). ``` $ mos --port gcp://project/region/registry/device call Sys.GetInfo ... ``` See https://github.com/mongoose-os-libs/rpc-gcp/ for details CL: RPC over GCP (Google IoT Core) support PUBLISHED_FROM=49b3c46770ccda9071873ddaaededd4d350ca140
- Loading branch information
1 parent
261931d
commit 759fb63
Showing
4 changed files
with
4 additions
and
0 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
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