Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.25 KB

README.md

File metadata and controls

42 lines (29 loc) · 2.25 KB

Azure IoT Plug and Play (PnP) Device Explorer

Build Status

Table of Contents

Overview

This application provides users an easy and visualized way to interact with Azure IoT devices.

  1. Go to the releases tab, download the installer corresponding to your platform and install.
  2. Fill in IoT Hub connection string and that's it.

image

Development Setup

Setup

  1. Open a Node capable command prompt
  2. 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 and site would be running locally
  5. (optional) stop step 3, run npm run build and then run npm run electron. The electron app would start locally using the bits generated in the dist folder

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

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.