acsccid

acsccid 1.1.13

PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers

<rendered-html><p>acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd).</p> <p>acsccid is based on ccid. See CCID free software driver for more information: <a href="https://ccid.apdu.fr/">https://ccid.apdu.fr/</a></p> <p>It can be enabled in /etc/nixos/configuration.nix by adding: services.pcscd.enable = true; services.pcscd.plugins = [ pkgs.acsccid ];</p> </rendered-html>

http://acsccid.sourceforge.net
GNU Library General Public License v2 or later
programs: -
Platforms (46)
armv7l-linuxx86_64-linuxx86_64-openbsdx86_64-cygwinsh4-linuxarmv7l-netbsdaarch64-netbsdaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  acsccid
];
Ad-hoc shell
nix-shell -p acsccid
Flake (nix run)
nix run nixpkgs#acsccid