Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alc6/gcp-iotc-osx-client
Google Cloud Platform IoT Core OSX Client based on the SDK. Debug through VSCode ready. Cmake ready. POSIX.
https://github.com/alc6/gcp-iotc-osx-client
Last synced: 29 days ago
JSON representation
Google Cloud Platform IoT Core OSX Client based on the SDK. Debug through VSCode ready. Cmake ready. POSIX.
- Host: GitHub
- URL: https://github.com/alc6/gcp-iotc-osx-client
- Owner: alc6
- Created: 2020-02-07T14:39:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T19:13:48.000Z (almost 5 years ago)
- Last Synced: 2023-12-02T14:39:22.705Z (about 1 year ago)
- Language: C
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
1. Make sure you retrieved the GCP SDK while cloning the repo (git clone --recurse-submodules ), and make sure you have CodeLLDB extension installed on your vscode setup (otherwise, modify launch.json)
2. Make the GCP SDK for first time (cd iot-device-sdk-embedded-c , make , Yes to retrieve mbedtls and autobuild) (This is necessary for the Cmake config!)
3. Cmake build on VSCode