All Projects → Azure → azure-iot-explorer

Azure / azure-iot-explorer

Licence: MIT license
Cross-platform UI for interacting with devices attached to Azure IoT Hub

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to azure-iot-explorer

goacs
No description or website provided.
Stars: ✭ 24 (-86.21%)
Mutual labels:  devices
Iot-Telemetry-Simulator
The IoT Telemetry Simulator allows you to test Azure IoT Hub or Eventhub ingestion at scale. The implementation is communicating with Azure IoT Hub using multiplexed AMQP connections. An automation library allows you to run it as load test as part of a CI/CD pipeline.
Stars: ✭ 51 (-70.69%)
Mutual labels:  azure-iot
azure-iothub-pubsub-esp8266
Using Arduino PubSub library with Azure IoT Hub on an ESP8266
Stars: ✭ 17 (-90.23%)
Mutual labels:  iothub
cutie-shell
A mobile QtWayland compositor and shell and for smartphones and tablets.
Stars: ✭ 21 (-87.93%)
Mutual labels:  devices
azure-iot-cli-extension
Azure IoT extension for Azure CLI
Stars: ✭ 71 (-59.2%)
Mutual labels:  azure-iot
iot-curriculum
Hands on labs and content for students and educators to learn and teach the Internet of Things at schools, universities, coding clubs, community colleges and bootcamps
Stars: ✭ 110 (-36.78%)
Mutual labels:  azure-iot
indicium
Portable, advanced system information utility
Stars: ✭ 46 (-73.56%)
Mutual labels:  devices
lwpkt
Lightweight packet protocol structure for multi-device communication focused on RS-485
Stars: ✭ 71 (-59.2%)
Mutual labels:  devices
XamarinIoTWorkshop
A workshop that demonstrates how to collect IoT data from a mobile device using a Xamarin app, aggregating the data to the cloud using Azure IoT Hub
Stars: ✭ 13 (-92.53%)
Mutual labels:  azure-iot
vscp
VSCP (Very Simple Control Protocol) IoT/m2m framework
Stars: ✭ 47 (-72.99%)
Mutual labels:  iothub
iosdevices
iOS device model translation from Apple device types.
Stars: ✭ 14 (-91.95%)
Mutual labels:  devices
azure-iot-starter-kits
Samples for Azure IoT starter kits.
Stars: ✭ 29 (-83.33%)
Mutual labels:  azure-iot
Awesome Iot
Awesome IoT. A collaborative list of great resources about IoT Framework, Library, OS, Platform
Stars: ✭ 3,460 (+1888.51%)
Mutual labels:  azure-iot
device-mockups
No longer mirroring this repo with .org
Stars: ✭ 27 (-84.48%)
Mutual labels:  devices
tributech-catalog-api
Tributech Catalog - Create and manage your DTDL models using our graphical interface and store them using our APIs.
Stars: ✭ 15 (-91.38%)
Mutual labels:  dtdl
decoder
Efficient, portable and lightweight library for Internet of Things payload decoding.
Stars: ✭ 59 (-66.09%)
Mutual labels:  devices
AgroHack
A hands on workshop for an agrotech hackathon 🌽
Stars: ✭ 20 (-88.51%)
Mutual labels:  azure-iot
IntelligentEdgeHOL
The IntelligentEdgeHOL walks through the process of deploying an Azure IoT Edge module to an Nvidia Jetson Nano device to allow for detection of objects in YouTube videos, RTSP streams, or an attached web cam
Stars: ✭ 37 (-78.74%)
Mutual labels:  azure-iot
vscode-azure-iot-edge
Azure IoT Edge for Visual Studio Code
Stars: ✭ 53 (-69.54%)
Mutual labels:  azure-iot
IotHub
Cloud based IoT system solution. MQTT Broker, MQTT Agent, SignalR Hub, Data Source API
Stars: ✭ 34 (-80.46%)
Mutual labels:  iothub

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

  • Upon opening the application, choose an authentication method and connect to an Azure IoT hub.
  • If you picked Connect via IoT Hub connection string, you can add multiple strings, view, update or delete them anytime by returning to Home.
  • 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.
  • You can switch back and forth between these two authentication methods.

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

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 [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].