Skip to content

Commit fb144e4

Browse files
authored
Updates Cloud IoT core betas (GoogleCloudPlatform#1916)
* Updates IoT core betas * Updates library versions
1 parent d9a515b commit fb144e4

21 files changed

+1688
-1852
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Cloud IoT Core Beta Samples
2+
This folder contains Python samples that demonstrate the Gateway beta feature.
3+
4+
## Quickstart
5+
1. [Enable the Cloud IoT Core API from the console](https://console.cloud.google.com/iot).
6+
2. Create a virtual environment in the gateways sample folder:
7+
8+
cd gateway
9+
virtualenv env
10+
source env/bin/activate
11+
12+
3. Run the `gateway_demo.py` script to see the gateway feature work.
13+
14+
pip install -r requirements.txt
15+
python gateway_demo.py

iot/api-client/beta-features/commands/README.md

-31
This file was deleted.

iot/api-client/beta-features/commands/receive/README.rst

-108
This file was deleted.

iot/api-client/beta-features/commands/receive/README.rst.in

-36
This file was deleted.

0 commit comments

Comments
 (0)