/onvif_backend

University Project: ONVIF Compliance Web Tester using React and Flask. Final V: https://github.com/ArtemyMagarin/onvif_tester

Primary LanguagePython

onvif_tester

Installation

git clone https://github.com/ArtemyMagarin/onvif_tester.git
cd onvif_tester
virtualenv -p /usr/bin/python env
source env/bin/activate
pip install -r requirements.txt
ln -s `pwd`/env/wsdl `pwd`/env/lib/python2.7/site-packages/wsdl
python server.py

Enjoy!