Giter VIP home page Giter VIP logo

coverage-simulator's Introduction

Unifi SDN - Simple Wi-Fi coverage generator

Requirements

  • Use React (recommend using create-react-app)
  • Use Redux if you see fit
  • Follow the design in design.png as closely as possible

Application

  • add 'Coverage Simulator' page with two panels
    • right panel has constant width
    • left panel adapts to screen size
  • draw access point and make it draggable
    • link unmodified image as a resource
    • coverage area (ring around AP) is rgba(68, 137, 244, 0.4)
  • implement simple config panel for AP
    • tx power options: high: 4dBm med: -6dBm low: -16 dBm
    • radio options:
      • 2.4 GHz
      • 5 GHz
  • save button should apply changes to coverage calculator
  • cancel button restore previous values
  • draw and generate 10 clients (receivers):
    • all are represented by dots
    • initial position is random
  • calculate and draw coverage in 2D:
    • clients within range of signal -80dBm should be green
    • other clients should be red
    • coverage area should represents signal -80dB
    • use https://en.wikipedia.org/wiki/Free-space_path_loss with configured TX power and radio frequency of Access Point
    • to simplify task please assume that:
      • Access Point uses omnidirectional antenna
      • there is no power loss on transmitter antenna
      • client (receiver) has antenna with 1dBm gain

design

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.