Dashboard application for Ingics BLEGW demostration or testing
Linux:
The application will be released in appImage (https://appimage.org/) format for Linux, you can download the file from release page, make it executable and run it directly. The application has been tested on Ubuntu 20.04.
Windows:
The application will be released as a portable app file (without installer) for Windows 10.
Need to configure iGS03X and APP's connection.
iGS03:
- Mode: M2M Server
- Port: (any available port number)
APP Configuration:
- Mode: M2M (TCP Client)
- Port: (same port number as iGS03)
System architecture of using MQTT broker.
iGS03:
- Mode: MQTT Client
- Host: test.mosquitto.org (or any broker support open authenticate)
- Port: 2883 (or port number served by the broker)
- Publish Topic: (any topic string for identify the device)
APP Configuration:
- Mode: MQTT Client
- Host: test.mosquitto.org (same as iGS03 setting)
- Port: 2883 (same as iGS03 setting)
- Topic: (same as iGS03 setting)
After connected, # of Messages and # of Beacons will display on dashboard.
Click on the panel of "# of Messages" on dashboard.
Click on a raw message to display the parsed result.
Click on the panel of "# of Beacons" on dashboard.
Click the RSSI icon in detail view to display the RSSI chart of the beacon.
npm install
npm run serve
npm run build