Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions iot/api-client/beta-features/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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](https://console.cloud.google.com/iot).
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
31 changes: 0 additions & 31 deletions iot/api-client/beta-features/commands/README.md

This file was deleted.

108 changes: 0 additions & 108 deletions iot/api-client/beta-features/commands/receive/README.rst

This file was deleted.

36 changes: 0 additions & 36 deletions iot/api-client/beta-features/commands/receive/README.rst.in

This file was deleted.

Loading