-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.rst.in
More file actions
28 lines (23 loc) · 756 Bytes
/
README.rst.in
File metadata and controls
28 lines (23 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file is used to generate README.rst
product:
name: Google Cloud IoT Core
short_name: Cloud IoT Core
url: https://cloud.google.com/iot/docs
description: >
`Google Cloud IoT Core`_ allows developers to easily integrate Publish and
Subscribe functionality with devices and programmatically manage device
authorization.
Before you run the sample, you must retrieve the Google root certificate.
For example, ``wget https://pki.goog/roots.pem`` or
``curl https://pki.goog/roots.pem > roots.pem``.
setup:
- auth
- install_deps
samples:
- name: Server
file: cloudiot_pubsub_example_server.py
show_help: True
- name: Device
file: cloudiot_pubsub_example_mqtt_device.py
show_help: True
cloud_client_library: false