Git Product home page Git Product logo

wifipythonutils's Introduction

WIFI Utilities

Uses python module of RSSI to determine the beacon strength of a given access point. It utilises the classes RSSI_Scan and RSSI_Localizer. Along with this, numpy is used to do mathematical operations.
Wifi access points send out beacon signals through which their name, their beacon strength and their signal quality can be determined.
The beacon strength is broadcasted in decibel-milliwatts units(dBM). Higher reading indicates a higher beacon strength.
Considering the research paper here, presence of more than two access points can be used for indoor localization. Measuring their relative signal strengths, it can be determined what the position of the client is by contrasting against a book value, although the position will always be addressed in realtive terms to the access points.

wifiAPLocaliserUtils.py

  • estimate_distance_from_access_point()

Takes access points reference array as input with the book value of the signal strengths of the access points. Other inputs are the index of the access point for which current distance is to be determined and the name of the network interface. Then compares the current signal strength of the selected access point to determine the current distance from the access point. The distance returned is in meters.

wifiScanRSSI.py


  • scan_for_specific_access_points() Takes name of the interface and array of strings of names of access points of interest. Returns the signal strength, quality of signal for the access points mentioned.

  • scan_for_all_access_points() Takes name of the interface. Returns the signal strength, quality of signal for all the access points whose beacon signal is detected in the vicinity.

wifipythonutils's People

Contributors

pntgoswami18 avatar

Stargazers

Dan Edens avatar

Watchers

James Cloos avatar  avatar

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.