Skip to content

lperkov/wrtmgmt

 
 

Repository files navigation

openwifi

A management tool for OpenWrt devices.

Build Status

Getting Started

sudo apt-get install rabbitmq-server python3-pip git
git clone https://github.com/berlin-open-wireless-lab/wrtmgmt.git
cd wrtmgmt
pip3 install virtualenv
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python setup.py develop
initialize_openwifi_db development.ini
echo development is ready now

pserve --monitor-restart --daemon development.ini
celery -A openwifi.jobserver.tasks worker --loglevel=info
celery -A openwifi.jobserver.tasks beat

Dependencies:

  • rabbitmq <- for states and gearman jobs

About

openwrt management tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.1%
  • JavaScript 30.5%
  • CSS 9.1%
  • Shell 1.7%
  • Makefile 1.6%