Update and rename template-linux-python.md to ubuntu-iot-ONS-python.md

Orisol ONS
This commit is contained in:
Terry.Qiu 2019-11-04 17:19:37 +08:00 коммит произвёл GitHub
Родитель af4ef3af95
Коммит de5446ce15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,10 +1,10 @@
---
platform: {enter the OS name running on device}
device: {enter your device name here}
platform: {ubuntu}
device: {ONS}
language: python
---
Run a simple PYTHON sample on {enter your device name here} device running {enter the OS name running on device}
Run a simple PYTHON sample on {ONS} device running {ubuntu}
===
---
@ -28,7 +28,7 @@ Run a simple PYTHON sample on {enter your device name here} device running {ente
**About this document**
This document describes how to connect {enter your device name here} device running {enter the OS name running on device} with Azure IoT SDK. This multi-step process includes:
This document describes how to connect {ONS} device running {UBUNTU} with Azure IoT SDK. This multi-step process includes:
- Configuring Azure IoT Hub
- Registering your IoT device
- Build and deploy Azure IoT SDK on device
@ -46,7 +46,7 @@ You should have the following items ready before beginning the process:
<a name="PrepareDevice"></a>
# Step 2: Prepare your Device
- {{Write down the instructions required to setup, configure and connect your device. Please use external links when possible pointing to your own page with device preparation steps.}}
- {{Make sure the Internet is on the machine, make sure the OPCUA function is turned on, and then execute the azure-iot connection. Azure.}}
<a name="Build"></a>
# Step 3: Build and Run the sample