Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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