avatarp / fluffy-dashboard

OBD2 scanner in C++ for Linux
MIT License
1 stars 0 forks source link

Implement bluetooth obd access provider #6

Open avatarp opened 2 years ago

avatarp commented 2 years ago

Feature Request

Implement bluetooth obd access provider


Description Obd serial provider should be able to:

Rationale This component encapsulates encapsulates communication with the system to provide a list of available bluetooth devices allowing for communication with obd.

avatarp commented 1 month ago

usermod -a -G dialout $USER can be used to allow communication with the serial device for the user without root. As this command adds the user account to the dialout group allowing for full and direct access to serial ports.