A new feeder for urlab
Feed a REDIS database with the mac addresses on the selected subnet.
You'll need to update the .env
file to match your setup.
virtualenv -p python3 ve
source ve/bin/activate
pip install -r requirements.txt
sudo su
source .env
python3 feeder.py
We'll use a cron job to run the script every 30 seconds.