文件名称:USB-Device-Monitor:Linux上用于USB设备的通用设备监视器
文件大小:20KB
文件格式:ZIP
更新时间:2024-04-30 03:44:32
C++
USB外围设备的通用设备监视器 该软件包使用libudev监视linux机器上任何已注册USB设备的状态。 要求 利卜杜夫 libusb 注册设备 为了注册设备,您需要以以下格式将设备详细信息输入到配置文件中 VID,PID,Name VID = Vendor ID of th device PID = Product ID of the device Name = String indicating the name of the device (User defined) * Use lsusb to find above mentioned details 用法 Observer pattern has been used in this project. An observer will have to be created to recieve notifications. Pl