Skip to content

Nadekoii/LoRHIS-frontend

Repository files navigation

LoRHIS - Front-end

The Front-end of the LoRHIS project

System Demo

Watch me!

Github Repositories

All of the repositories for the LoRHIS project can be found below:

LoRHIS - Front-end

LoRHIS - Back-end

LoRHIS - Setup

Recommended IDE

This IDE was originally used for the development of the project: IntelliJ

System Requirement

Node.js is required to run the project: Node.js

Project's Front-end Manual Setup

Setup

  1. Clone the Front-end repository
  2. Navigate to Front-end directory
  3. Install the dependencies with:
npm install                             # Install project's dependencies
npm install --save-dev vue-svg-loader   # Install the svg loader package
npm install axios                       # Install the axios package

Compile and Hot-Reload for Development

npm run dev

Known bug

Downlink API

The Downlink API will always reply with Error 400 even with a Success, that's why the code will catch every error and ignore them. Fix the try-catch algorithm when the Downlink API is fixed on the server.

LoRaWAN limit

The current limit for a LoRaWAN package is 61 bytes, you can update the limit once it is updated to the theorical maximum 200 bytes.

About

The front-end of the LoRHIS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published