Metadata-Version: 2.1
Name: hdmi2usb.modeswitch
Version: 0.0.1
Summary: Module and command line tool for control the mode of HDMI2USB devices.
Home-page: https://hdmi2usb.tv
Author: TimVideos' HDMI2USB project
Author-email: hdmi2usb@googlegroups.com
License: Apache 2.0
Download-URL: https://github.com/timvideos/HDMI2USB-mode-switch
Keywords: HDL ASIC FPGA hardware design
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)

# HDMI2USB-mode-switch

Helper tool to figuring out the state and information about HDMI2USB boards and
managing the firmware on them.

Run `make conda` to setup a conda environment with everything you need, good
for development and testing.

Run `python3 setup.py install` if you want to install on your system.

Make sure you install the [udev rules inside the udev directory](./udev).

Before sending a pull request, make sure `make test` and `make check` pass.

There are three ways to run `hdmi2usb-mode-switch`:

 1. As root
 1. Install the
 [unbind-helper](https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/unbind-helper.c)
 as a setuid binary
 1. Install the
 [udev-rules](https://github.com/timvideos/HDMI2USB-mode-switch/tree/master/udev)
 which sets the permissions of the unbind to the `video` group.


