Skip to content

ptrchv/WifiRoam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WifiRoam

A simple Wi-Fi handover simulator.

Python configuration

Create python virtual environment and install required libraries:

python -m venv .venv # or python3
source .venv/bin/activate # Linux only
python -m pip install -r requirements.txt

Dataset

Download the Zenono dataset inside the data folder and decompress it. Keep the extractor.py script provided with in this repository (latest version) and not the one in the dataset.

In extractory.py configure the BASE_DIR variable to extract data from either ./handover or ./handover_hi_res, and run the script.

plt.show() with Remote-SSH (VSCode)

Check on server if X11Forwarding is enabled (X11Forwarding yes):

vim /etc/ssh/sshd_config
# uncomment "X11Forwarding yes"

Enable X11Forwarding on client connection (add ForwardX11 yes in host configuration):

vim ~/.ssh/config
# add `ForwardX11 yes` in host configuration

Install PyQt5 on server to fix warning (possibly in virtual environment):

python -m pip install PyQt5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages