Skip to content

NodeJs and ReactJs WEB APP to represent the distribution and coverage of frequency receivers used in the aviation industry. Google Maps API is integrated to make it possible to display an Google Map with different locations.

Notifications You must be signed in to change notification settings

josecumbe/Frequency-Propagator-Emulator---Google-Maps-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Aviation Frequency Propagation Simulator

This is a web-based tool that can simulate the coverage of receivers by displaying them in a Google Map to see if there are any blind spots when deploying antennas that capture signals on frequencies emitted by aircraft transponders.

The application was developed using Nodejs (backend) to develop the API containing all the necessary endpoints to list, add and remove receivers. It also uses ReactJs (frontend) to display the receivers in the map with their respective coverage. The UI is also used to present an admin dashboard where the user can manage the receivers. It also uses Google Maps API to locate the signals.

Demo Video

To see how the app works, please access the demo video using this link - https://www.loom.com/share/13289bdfacbe4c8abf5a228203a7dc92

Run App Locally

In order to run the application locally, it is necessary to have all libraries indicated in the package.json file.

  • Make sure you have NodeJs Version ^16.x installed and NPM.

  • The application uses yarn as the package manager, so make sure it is installed in your machine.

  • Insert your own Google Maps API, Mongo DB Username, and password. YOu can set those variables by accessing the .env files.

To run the application in the development environment, use "yarn dev."

About

NodeJs and ReactJs WEB APP to represent the distribution and coverage of frequency receivers used in the aviation industry. Google Maps API is integrated to make it possible to display an Google Map with different locations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published