зеркало из
1
0
Форкнуть 0
Cross-platform UI for interacting with devices attached to Azure IoT Hub
Перейти к файлу
YingXue 1e22027bb1
add cloud shell in device simulation (#354)
* add cloud shell in device simulation

* address comments

* update test
2020-09-10 11:58:15 -07:00
.github remove node version 8 from git hub actions (#243) 2020-03-26 14:11:18 -07:00
choco Add support for Chocolatey (#339) 2020-07-29 10:35:49 -07:00
doc/screenRecords Pnp summer refresh (#335) 2020-07-21 13:12:33 -07:00
icon update app icons (#65) 2019-08-12 12:34:29 -07:00
images add cloud shell in device simulation (#354) 2020-09-10 11:58:15 -07:00
pipelines MacOS agent update and electron-builder package updates (#348) 2020-08-13 12:00:06 -07:00
public String update per request; get rid of ruler of json editor; friendly error message for nodejs conflicting port (#337) 2020-07-23 11:37:43 -07:00
scripts Pnp summer refresh (#335) 2020-07-21 13:12:33 -07:00
src add cloud shell in device simulation (#354) 2020-09-10 11:58:15 -07:00
.artifactignore Set up CI with Azure Pipelines (#16) 2019-07-25 15:17:15 -07:00
.gitignore Pnp summer refresh (#335) 2020-07-21 13:12:33 -07:00
CODE_OF_CONDUCT.md Initial commit 2019-07-22 14:23:43 -07:00
CONTRIBUTING.md Add contributing information per CELA 2019-07-23 13:45:42 -07:00
LICENSE Initial commit 2019-07-22 14:23:44 -07:00
README.md small spelling errors (#347) 2020-08-13 11:45:35 -07:00
azure-pipelines.yml Fix indentation error in CI Pipeline yaml (#35) 2019-07-31 11:46:22 -07:00
images.d.ts Initial code migration 2019-07-23 09:51:08 -07:00
jestSetup.ts Pnp summer refresh (#335) 2020-07-21 13:12:33 -07:00
jestTrxProcessor.ts Initial code migration 2019-07-23 09:51:08 -07:00
package-lock.json add cloud shell in device simulation (#354) 2020-09-10 11:58:15 -07:00
package.json add cloud shell in device simulation (#354) 2020-09-10 11:58:15 -07:00
scss-stub.js Initial code migration 2019-07-23 09:51:08 -07:00
tsconfig-jest.json Initial code migration 2019-07-23 09:51:08 -07:00
tsconfig.json add a message bar indicating newer version to download if applies (#134) 2019-10-23 16:22:37 -07:00
tslint.json Pnp summer refresh (#335) 2020-07-21 13:12:33 -07:00
webpack.common.ts add cloud shell in device simulation (#354) 2020-09-10 11:58:15 -07:00
webpack.dev.ts Fix port 404 bug (#209) 2020-02-03 17:01:22 -08:00
webpack.electron.ts Fix port 404 bug (#209) 2020-02-03 17:01:22 -08:00

README.md

Azure IoT Explorer (preview)

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.

Install via Chocolatey

Chocolatey is a means to deploy and configure software for Windows operating systems via scripting.

After installing Chocolatey, run choco install azure-iot-explorer --pre.

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

  • Upon opening the application, add the connection string of your IoT hub. You can add multiple strings, view, update or delete them anytime by returning to Home.
login

Device CRUD

  • Click New to create a new device.
  • Select device(s) and click Delete to delete device(s). Multiple devices can be selected by clicking while dragging the mouse.
  • Devices can by queried by typing the first few characters of a device name in the query box.
create_device

Device functionalities

device_details

Plug and Play Preview

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.

  • Once your device has gone through discovery, IoT Plug and Play components page would be available on device details view.
  • The model ID would be shown.
  • 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.
  • A table would show the list of components implemented by the device and the corresponding interfaces the components conform to.
  • 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.
pnp_discovery
  • Click the name of any component, and switch between interface, properties, commands and telemetry to start interacting with the PnP device.
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.