python-docs-samples/iot/api-client/beta-features at master · abdul-unity/python-docs-samples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Cloud IoT Core Beta Samples

This folder contains Python samples that demonstrate the Gateway beta feature.

Quickstart

  1. Enable the Cloud IoT Core API from the console.

  2. Create a virtual environment in the gateways sample folder:

    cd gateway virtualenv env source env/bin/activate

  3. Run the gateway_demo.py script to see the gateway feature work.

    pip install -r requirements.txt python gateway_demo.py