samuelterra22 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Python 95.0%Language:R 4.2%Language:Shell 0.8%