https://github.com/deviceinsight/ux4iot-docs
https://github.com/deviceinsight/ux4iot-docs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deviceinsight/ux4iot-docs
- Owner: deviceinsight
- Created: 2021-06-30T13:35:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T11:04:02.000Z (over 1 year ago)
- Last Synced: 2024-12-20T02:14:04.866Z (over 1 year ago)
- Language: Python
- Size: 1.88 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
### What is ux4iot?
ux4iot is a tool for directly communicating with your IoT devices from your web frontend.
### General architecture
.png>)
With ux4iot your frontend gets access to Azure IoT Hub's communication primitives without having a custom-built backend middleware translating between IoT Hub and your user interface. No need to design a REST API so that your UI can offer IoT functionality.
The permission logic (which users can perform which actions on which devices) is separated out into a slim backend service that you provide. In this service you focus solely on the permission logic without dealing with any of the communication-related parts - those are handled by ux4iot.
ux4iot is deployed as a Managed Application in your Azure subscription. This means that you have your own dedicated instance of ux4iot and your IoT data does not leave your Azure subscription.