{"id":15291783,"url":"https://github.com/azure/azure-iot-explorer","last_synced_at":"2026-04-02T14:25:18.699Z","repository":{"id":35358052,"uuid":"198303925","full_name":"Azure/azure-iot-explorer","owner":"Azure","description":"Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.","archived":false,"fork":false,"pushed_at":"2025-09-04T15:38:43.000Z","size":16968,"stargazers_count":244,"open_issues_count":35,"forks_count":73,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-29T00:26:51.113Z","etag":null,"topics":["azure","azure-iot","devices","dtdl","dtdl-models","iot","iothub","iothub-platform","plugandplay","pnp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-22T21:23:36.000Z","updated_at":"2025-09-23T22:32:58.000Z","dependencies_parsed_at":"2023-12-14T00:24:31.128Z","dependency_job_id":"3de2fdea-0ec9-4a93-bcb9-bf31f65468cb","html_url":"https://github.com/Azure/azure-iot-explorer","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/Azure/azure-iot-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-iot-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-iot-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-iot-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-iot-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/azure-iot-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-iot-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278350987,"owners_count":25972676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-iot","devices","dtdl","dtdl-models","iot","iothub","iothub-platform","plugandplay","pnp"],"created_at":"2024-09-30T16:14:28.407Z","updated_at":"2026-04-02T14:25:18.682Z","avatar_url":"https://github.com/Azure.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n\u003e [!NOTE]\r\n\u003e **This repository is not actively maintained.**\r\n\u003e \r\n\u003e While the project remains available for use, all active development has stopped. Community contributions and critical fixes might still be considered.\r\n\r\n# Azure IoT Explorer (preview)\r\n\r\n[![Build Status](https://dev.azure.com/azureiotdevxp/azure-iot-explorer/_apis/build/status%2FOneBranch%2Fazure-iot-explorer%2Fazure-iot-explorer-Official?repoName=azure-iot-explorer\u0026branchName=main)](https://dev.azure.com/azureiotdevxp/azure-iot-explorer/_build/latest?definitionId=142\u0026repoName=azure-iot-explorer\u0026branchName=main)\r\n\r\n## Table of Contents\r\n\r\n- [Getting Azure IoT Explorer](#getting-azure-iot-explorer)\r\n- [Features](#features)\r\n- [Contributing](#contributing)\r\n\r\n## Getting Azure IoT Explorer\r\n\r\nYou can either download a pre-built version or build it yourself.\r\n\r\n### Download a pre-built version\r\n\r\nGo to the [Releases](https://github.com/Azure/azure-iot-explorer/releases) tab, download the installer corresponding to your platform and install.\r\n\r\n### Run it locally and build it yourself\r\n\r\n1. Open a Node capable command prompt\r\n1. Clone the repo: `git clone https://github.com/Azure/azure-iot-explorer.git`\r\n1. Run: `npm install`\r\n1. Run: `npm start`\r\n    - A new tab in your default browser will be opened automatically pointing to the locally running site.\r\n1. [optional] Stop step 4 then run: `npm run build` and then run: `npm run electron`.\r\n    - The electron app will spin up using the bits generated in the dist folder.\r\n\r\nIf you'd like to package the app yourself, please refer to the [FAQ](https://github.com/Azure/azure-iot-explorer/wiki/FAQ).\r\n\r\n## Features\r\n\r\n### Configure an IoT Hub connection\r\n\r\n- Upon opening the application, choose an authentication method and connect to an Azure IoT hub.\r\n- If you picked **Connect via IoT Hub connection string**, you can add multiple strings, view, update or delete them anytime by returning to Home.\r\n- If you picked **Connect via Azure Active Directory**, you will be redirected to login in through AAD, from where you will be able to pick a subscription, and then pick an IoT hub.\r\n- You can switch back and forth between these two authentication methods.\r\n\r\n\u003cimg src=\"doc/screenRecords/login.gif\" alt=\"login\" width=\"800\"/\u003e\r\n\r\n### Device CRUD\r\n\r\n- Click **New** to create a new device.\r\n- Select device(s) and click **Delete** to delete device(s). Multiple devices can be selected by clicking while dragging the mouse.\r\n- Devices can by queried by typing the first few characters of a device name in the query box.\r\n\r\n\u003cimg src=\"doc/screenRecords/create_device.gif\" alt=\"create_device\" width=\"800\"/\u003e\r\n\r\n### Device functionalities\r\n- Click on the device name to see the device details and interact with the device.\r\n- Check out the [list of features that we support](https://github.com/Azure/azure-iot-explorer/wiki)\r\n\r\n\u003cimg src=\"doc/screenRecords/device_features.gif\" alt=\"device_details\" width=\"800\"/\u003e\r\n\r\n### Plug and Play\r\n\r\n**If you are looking for a UI tool to get a flavor of Plug and Play, look no futher. Follow this [Microsoft Docs](https://docs.microsoft.com/en-us/azure/iot-pnp/overview-iot-plug-and-play) to get started.**\r\n- Once your device has gone through discovery, **IoT Plug and Play components** page would be available on device details view.\r\n- The model ID would be shown.\r\n- Follow our guidance to set up how we can retrieve model definitions. If it is already setup, We will inform you where are we resolving your model definitions from.\r\n- A table would show the list of components implemented by the device and the corresponding interfaces the components conform to.\r\n- You can go back to Home (either from device or by directly clicking the breadcrumb) to change how we resolve model definitions. Note this is a global setting which would affect across the hub.\r\n\r\n\u003cimg src=\"doc/screenRecords/pnp_discovery.gif\" alt=\"pnp_discovery\" width=\"800\"/\u003e\r\n\r\n- Click the name of any component, and switch between interface, properties, commands and telemetry to start interacting with the PnP device.\r\n\r\n\u003cimg src=\"doc/screenRecords/pnp_interaction_property.gif\" alt=\"pnp_interaction_property\" width=\"800\"/\u003e\r\n\u003cimg src=\"doc/screenRecords/pnp_interaction_telemetry.gif\" alt=\"pnp_interaction_telemetry\" width=\"800\"/\u003e\r\n\r\n## Contributing\r\n\r\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\r\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\r\n\r\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\r\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\r\nprovided by the bot. You will only need to do this once across all repos using our CLA.\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\r\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazure-iot-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazure%2Fazure-iot-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazure-iot-explorer/lists"}