Remotely listen to SDR software and playback recordings.
The APX emulator requires you to create a codeplug via the Trunk Scanner CPS to use.
Install node js
npm i
Edit config.yml file to your needs
You should setup a API in SDR Trunk similar to rdio scanner.
Specify the corresponding info you made in SDR Trunk API in the config file.
The groups in the config file are for the UI whitelists on the standard/default view vs the codeplug defines this for the APX or unication view.
If you want to specify your own config file:
node app.js -c configs/config.ymlThe default / route will show the standard view, /apxRadio will show the APX view, and /unication will give you the unication view.
