Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 475 Bytes

File metadata and controls

15 lines (11 loc) · 475 Bytes

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