baryluk / fnirsi-usb-power-data-logger

Driver / Data logger for FNIRSI FNB48, FNIRSI C1 and FNIRSI FNB58 USB Power meter
MIT License
141 stars 14 forks source link

Add notes about Linux udev rules #1

Closed didim99 closed 1 year ago

didim99 commented 1 year ago

Hello! I'm developing a same tool for WITRN meters and know way to run pyusb without root access on Linux. All what you need is add rules file in /etc/udev/rules.d and update udev as described here (or reboot). I was tested your script with FNB48 and all works fine. Nice work, thank you!

baryluk commented 1 year ago

Hi @didim99 . Yes, I am aware of rules file for udev. Still to install them and restart udev you need root :)

Glad you found a way to make it work.

Cheers.

baryluk commented 1 year ago

@didim99 I will copy your udev rules to this repo, and add info to the README if that is ok? I see it is MIT licensed.

didim99 commented 1 year ago

@baryluk of course, you can copy it.