Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web_specan

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:

  1. 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
  1. 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

About

A basic example of a spectrum analyzer built in React.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages