sptq / sonde_panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

New Sonde Panel for sp9skp/spdxl app.

App is on MIT licensed.

Before install

Install node.js v16

https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions

then install pm2

npm install pm2 -g

Installation

git clone https://github.com/sptq/sonde_panel
cd sonde_panel
npm install
npm run build 
cd web
npm install
npm run build

Configuration

Edit file: ecosystem.config.js

module.exports = {
  apps : [{
    script: 'dist/main.js',
    watch: false,
    env: {
      "NODE_ENV": "production",
      "LAN": "51.3678", //set your lan
      "LON": "20.2951", //set your lon
      "NUMBERS_OF_SDRS": 4, //set number of sdrs
    }
  }]
};

Start app

pm2 start ecosystem.config.js

App will be available on port 3000

Demo Desktop

Demo Mobile

About


Languages

Language:JavaScript 58.9%Language:TypeScript 37.4%Language:HTML 2.5%Language:CSS 1.1%Language:Shell 0.2%