alehaa / crutils

Tools and API to communicate with barcode readers
GNU Lesser General Public License v3.0
3 stars 0 forks source link

better detection of new devices / multi-device support #1

Closed alehaa closed 10 years ago

alehaa commented 10 years ago

With udev-rules, a daemon will be started for a new plugged codereader. This daemon will only read codes by this codereader and sends them via dbus to the applications.

Benefit: daemon needs no udev-support - only needs to find out the device-file by ENV-variables.

alehaa commented 10 years ago

new server application 'crutilsd' is ready for testing.

In the moment only numeric code support, but multiple devices.

alehaa commented 10 years ago

daemon integrated in commit 3b50e98ea39da100d0db1a29dbfb769501094e74 (beta!)

alehaa commented 10 years ago

New crutils-daemon integrated in commit 829794c7e84da40471fa93b65054b99b729911b9 It supports a single instance for every new connected codereader and could be started by udev rules. See wiki for more information.