Linked IoT
  • Untitled
  • Languages
  • Linked IoT
    • allgemein
      • bestandteile
        • Sensor-Board-Node
        • Bridge
        • Gateway
      • ueberdasprojekt
        • Problems & challenges
    • dokumentation
      • bibliothek
      • sequenzdiagramm
      • bridge
      • WebInterface
      • Dependencies
      • Terminology:
      • Class diagram
    • Summary
    • tutorials
      • Installing Arduino
      • Installation STM-Board
      • Starting and running the Wifi-Manager
      • Installation und Establishing of ESP
  • Linked IoT
    • dokumentation
      • bridge
      • WebInterface
      • Terminologie:
      • Abhängigkeiten
      • sequenzdiagramm
      • bibliothek
      • Klassendiagramm
    • tutorials
      • Installation STM-Board
      • Wifi-Manager starten und ausführen
      • Installation und Einrichtung von ESP
      • Arduino installieren
    • allgemein
      • bestandteile
        • Bridge
        • Gateway
        • Sensor-Board-Node
      • ueberdasprojekt
        • Probleme & Herausforderungen
    • Summary
Powered by GitBook
On this page
  • Installation
  • Server
  • Go on With the Angular DevMode
  • Application
  • Device
  • Radio
  1. Linked IoT
  2. dokumentation

WebInterface

PreviousbridgeNextDependencies

Last updated 6 years ago

Installation

Run npm run webinterface in /Code/WebInterface/ to install all the dependencies.

Server

Run npm start for the server.

Go on With the Angular DevMode

Run npm run angulardev to start the DevMode for the WebApp.

Application

The web interface consists of two parts, the device and the radio .

Device

If there are no devices (sensor boards) connected, you will get to see the following window:

By clicking on the button Show Device all [approved devices] will be listed.

Each device is listed with the following information:

  • ID

  • Manufacturer

  • ProductID

  • VendorID

  • LocationID

  • …

You can get the information of each single device to check which type of sensor it is.

Furthermore the UUID is assigned when checking the information, if there is none existing.

Generating the UUID is marked with a flash message.

The existing radio module config is selected in the next stept, which will be sent to the board. After pressing the button Initialize, the board is saving the configuration.

Radio

You can find all the generated RadioHead configurations when selecting Radio. They can be edited or also deleted.