It uses redis to store device nick names for mac addr and retrieves device nick name. If device is observed for the first time you are allowed to add nick name for that particular device.
Install Python3 on your computer
Install Flask using
pip3 install flask
set export FLASK_APP=main.py
as environment variable
install all packages mentioned in requirements.txt using pip3 install requirements.txt
open your browser and enter below url for scanning all devices: http://127.0.0.1:5000/
other options will be shown on home page
Python3Flask
Redis