padelt / temper-python

libusb/PyUSB-based driver to read TEMPer USB HID devices (USB ID 0c45:7401) and serve as a NetSNMP passpersist module
Other
183 stars 78 forks source link

Add support for devcontainer development #132

Closed davet2001 closed 10 months ago

davet2001 commented 1 year ago

Developing in a devcontainer can be useful because specific versions of pyusb can be tested, without altering the system pyusb installation.

Developing in a devcontainer is not always the most straightforward thing to do for usb device development, because temper-usb requires access to the usb port. Specific USB devices can be mapped from the system to the devcontainer environment.