Skip to content

Delyc/Propagation-Simulator

Repository files navigation

AVIATION FREQUENCY PROPAGATION SIMULATOR

Most aircraft have transponders that emit signals on frequencies 1090 MHz or 868 MHz. These transponders are used to send highly accurate positional information to ground controllers and to other aircraft. Our customer has developed receivers for these signals that they install all around the world, on buildings or telecommunication antennas.

In order to see if there are any blind spots when they deploy their antennas, the customer would like to have a web-based tool that can simulate the coverage of their receivers

LIVE LINKS

BUILT WITH

Frontend

  1. JavaScript
  2. HTML
  3. CSS

Backend

  1. NodeJS
  2. Express
  3. MongoDB
  4. Swagger for documentation

GETTING STARTED

Prerequisites

  1. npm
npm install npm@latest -g

Installation

  1. Clone the repository
git clone https://github.com/Delyc/Propagation-Simulator
  1. Install NPM package
npm install
  1. Create .env file and enter your database and port
touch .env
MONGOURL=your mongoDB connection link
PORT=port_number

USAGE

  1. Start the server
npm start

N:B. As normal HTML we open them with live server whereas here you do as follows: open browser

localhost:5000

5000 is your backend port. Replace it with your own port

image

AUTHOR

Delyce Twizeyimana

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published