Azure-Samples / azure-iot-starterkit-cli

Microsoft Azure IoT Starter Kit Companion CLI
MIT License
2 stars 9 forks source link

Microsoft Azure IoT Starter Kit Companion CLI

The Microsoft Azure IoT Starter Kit Companion CLI is a sample command line application that helps you get your IoT device connected to an IoT Hub.

Features

The Microsoft Azure IoT Starter Kit Companion CLI will help you:

Getting Started

Prerequisites

Installation

The easiest way to install the Microsoft Azure IoT Starter Kit Companion CLI is using pip:

Note: You might need to add the Python scripts folder to your PATH to use the tool (usually in here 'C:\Users\[user]\AppData\Local\Programs\Python\Python37-32\Scripts\')

Quickstart

Getting a development environment up and running so that you can contribute fixes is easy:

  1. git clone https://github.com/Azure-Samples/azure-iot-starterkit-cli.git
  2. cd azure-iot-starterkit-cli
  3. pip install --editable .

Videos

The follow videos show how to get started with the CLI:

Additional Resources

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.