usbsdmux

Crates.iousbsdmux
lib.rsusbsdmux
version0.1.0
sourcesrc
created_at2020-12-23 16:28:24.301484
updated_at2020-12-23 16:28:24.301484
descriptionProgram and library to control the USB-SD-Mux device
homepage
repositoryhttps://github.com/hhornbacher/usbsdmux
max_upload_size
id326576
size18,121
Harry Hornbacher (hhornbacher)

documentation

https://docs.rs/usbsdmux

README

usbsdmux

API Crate

Program and library to control the USB-SD-Mux device

The program has the same interface as the original python control program by the manufacturer:

$ usbsdmux /dev/sg0 host
$ usbsdmux /dev/sg0 dut
$ usbsdmux /dev/sg0 off

If you want to run the program as normal user you can set the setuid flag:

$ sudo chown root /path/to/usbsdmux
$ sudo chmod u+s /path/to/usbsdmux
Commit count: 11

cargo fmt