/Wireless-Access-Point-Optimization-master

This code optimizes the position of wireless access points for optimal coverage

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.