This project provides a simple example of how to create a full stack web application for a spectrum analyzer. Common use cases for this type of application are viewing the output of a software defined radio (SDR) and controlling its functions such as re-tuning to a new center frequency and bandwidth, etc.
To run the application complete the following steps:
- Run the web server
To run the web server, open a terminal and navigate to the web_specan directory and run the following commands:
cd /server
npm install
npm run dev- Run the web client
To run the web client, open a terminal and navigate to the web_specan directory and run the following commands:
cd /client
npm install
npm run dev