You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
app | 3 years ago | |
.flaskenv | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
monoprice.py | 3 years ago | |
requirements.txt | 3 years ago |
README.md
Monoprice Switcher Service
Tested on the Monoprice 8X1 Enhanced Powered HDMI Switcher. The serial communication was reversed engineered by a person going by the name Josh in the Amazon reviews. Without their time and effort this would not be possible. https://amzn.to/2UqCu31
How to run
- Create a virtual environment:
virtualenv venv
- Activate the virtual environment;
. venv/bin/activate
- Install the requirements:
pip install -r requirements.txt
- Run service:
python -m flask run