SaadRegal / wimax-simulator

An interactive simulator of wimax (wireless communication standard) based on the IEEE 802.16 set of standards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiMAXSimulator

An interactive Simulator of WiMAX (Worldwide Interoperability for Microwave Access, a technology standard for long-range wireless networking) based on the IEEE 802.16 set of standards

Demo

http://wimax.surge.sh/

Quick Start

# Install app dependencies 
npm install

# Run Angular development server
# Dev server runs on http://localhost:4202
ng serve

# Build the project. 
#The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build. 
ng build

App Info

Author

Saad Regal

Version

1.0.0

License

This project is licensed under the MIT License

About

An interactive simulator of wimax (wireless communication standard) based on the IEEE 802.16 set of standards.

License:MIT License


Languages

Language:TypeScript 68.5%Language:HTML 27.1%Language:JavaScript 3.5%Language:CSS 0.9%