Skip to content

trimtechnologies/Wireless-Access-Point-Optimization-master

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published