Skip to content

socallinuxexpo/hdmi_matrix_control

Repository files navigation

Matrix controller daemon

Install dependencies

python3 -m venv venv
. venv/bin/activate
pip3 install .

Run without matrix to test web interface

hdmi-mx -t
  • You can then visit web page at http://127.0.0.1:5000/
  • Get json of state: /outputs
  • Get single output state: /output/X
  • Connect output 4 to input 4
curl http://127.0.0.1:5000/output/4 -d "input=4" -X PUT

If you have TESmartMatrix

hdmi-mx

Setup Dev Environment with New Pipenv

The new tool endorsed by the PyPA is Pipenv. It manages dependencies and virtual environments, providing a "bundler" or "npm" like experience.

pipenv install --dev --pre
pipenv run hdmi-mx

About

Daemon for controlling HDMI Matrix Switchers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published