Deploying Locally
Ensure pip3 is installed and up to date. Then install the dependencies:
# Upgrade pip3 to newest version to allow correct installation of requirements
pip3 install --upgrade pip
# Install the dependencies
pip3 install -r requirements.txt
Start the service as follows:
# Start the Testing Tool
python3 nmos-test.py
This tool provides a simple web service which is available on http://localhost:5000
.