This application provides users an easy and visualized way to interact with Azure IoT devices.
- Go to the releases tab, download the installer corresponding to your platform and install.
- Fill in IoT Hub connection string and that's it.
- Open a Node capable command prompt
- git clone https://github.com/Azure/azure-iot-explorer.git
- run
npm install
- run
npm start
. A new tab in your default browser will be opened automatically and site would be running locally - (optional) stop step 3, run
npm run build
and then runnpm 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
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.