Simple web service for a Monoprice 8X1 Enhanced Powered HDMI Switcher
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.
Nichole Mattera c38c36b117 🎉 Initial Commit! 3 years ago
app 🎉 Initial Commit! 3 years ago
.flaskenv 🎉 Initial Commit! 3 years ago
.gitignore 🎉 Initial Commit! 3 years ago
LICENSE 🎉 Initial Commit! 3 years ago
README.md 🎉 Initial Commit! 3 years ago
monoprice.py 🎉 Initial Commit! 3 years ago
requirements.txt 🎉 Initial Commit! 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

  1. Create a virtual environment: virtualenv venv
  2. Activate the virtual environment; . venv/bin/activate
  3. Install the requirements: pip install -r requirements.txt
  4. Run service: python -m flask run