santigimeno / node-pcsclite

Bindings over pcsclite to access Smart Cards
ISC License
170 stars 127 forks source link

Expose list of readers via pcsclite.readers #78

Closed ian-axiadids closed 6 years ago

ian-axiadids commented 6 years ago

Resolves #77.

For our purposes, we cannot rely on a one-second tick timer to detect readers on-the-fly, and the tracking of readers is already done internally. Exposing this list is the simplest way for us (and others) to know exactly which readers are attached at any given moment.

ian-axiadids commented 6 years ago

The README has been updated whenever you're ready to merge.

santigimeno commented 6 years ago

Landed in https://github.com/santigimeno/node-pcsclite/commit/5cbe1b75b5ffd039b6f7ac93b78d0cfd7179eaca. Published in version 0.6.0. Thanks!