Skip to content

tmillz/ham2mon-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAM2MON-GUI

GUI for ham2mon wav output

Image description

Image description

Requirements

Node.js Yarn (optional)

ham2mon - https://github.com/madengr/ham2mon

Installation

git clone https://github.com/slavik0329/ham2mon-gui.git
cd ham2mon-gui
yarn (or npm install)
cd server
yarn (or npm install)
cd ..

Configuring

Copy the config.sample.json to config.json. Modify the wavDir property to the location of where the wav files are being stored.

yarn build

Running

yarn run prod (or npm run prod)

About

GUI for ham2mon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • HTML 3.4%
  • CSS 1.2%