Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
223 stars 73 forks source link
azure azure-iot devices dtdl dtdl-models iot iothub iothub-platform plugandplay pnp

Azure IoT Explorer (preview)

CI Pipeline Build Status

Release Pipeline Build Status

Table of Contents

Getting Azure IoT Explorer

You can either download a pre-built version or build it yourself.

Download a pre-built version

Go to the Releases tab, download the installer corresponding to your platform and install.

Run it locally and build it yourself

  1. Open a Node capable command prompt
  2. Clone the repo: git clone https://github.com/Azure/azure-iot-explorer.git
  3. Run: npm install
  4. Run: npm start
    • A new tab in your default browser will be opened automatically pointing to the locally running site.
  5. [optional] Stop step 4 then run: npm run build and then run: npm run electron.
    • The electron app will spin up using the bits generated in the dist folder.

If you'd like to package the app yourself, please refer to the FAQ.

Features

Configure an IoT Hub connection

login

Device CRUD

create_device

Device functionalities

device_details

Plug and Play

If you are looking for a UI tool to get a flavor of Plug and Play, look no futher. Follow this Microsoft Docs to get started.

pnp_discovery pnp_interaction_property pnp_interaction_telemetry

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.opensource.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., status check, 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.