Skip to content

samuelterra22/Wireless-Access-Point-Optimization

Repository files navigation

Wireless Access Point Optimization

Python script implementation that suggests the allocation of wireless access points within a floor plan using GPU and Simulated Annealing features as the chosen meta-heuristic.

Install linux dependencies

sudo apt update
sudo apt install build-essential \
                 software-properties-common \
                 python3-pip \
                 python3-distutils

Create environment and install python dependencies

pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

To see more, see the documentation.

About

Python script implementation that suggests the allocation of wireless access points within a floor plan using GPU and Simulated Annealing features as the chosen meta-heuristic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published