Skip to content

dmncmn/wifi-position-grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifi-position-grapher

Test program for visualisation of wifi-client position. Four base stations collect beacons from wifi-client and send to PC, that collects RSSI-signal from wifi-client via UDP-socket. Program collects this rssi-signals and converts its into the distance and plots them.

Before do this:

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Then run:

python main.py

for debug run: rssi.test = True (default, without open UDP)

Run tests:

python -m unittest -v

Image alt Image alt

About

Test program for visualisation of wifi-client position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages