2010/12/22 Satz Klauer <[email protected]>: > Hi, Hello,
> I digged through the Internet but did not find anything that really > could help me. What I'm looking for are some usable developer > information that give me the possibility to implement Smartcard > support into own applications. > > What I learned until now: there is an Daemon "pcsdc" for Linux that > handles Smartcard access and a library libpcsclite that can be used to > retrieve information from them. > > Unforntunately the documentation for them is lousy, it consists of > nothing more than the plain interface description generated out of the > sources. > > So my question: are there some information/example source codes > available somewhere that enable a developer to implement SC support? The PC/SC API as supported by pcsc-lite is available at [1]. The API is also described in the PCSC workgroup documentation but using a different API. You can also have a look at the MSDN documentation since the winscard API should be the same for Windows and pcsc-lite. You can get the source code of the same example program in C, Perl, Python, scriptor, OCaml, Prolog, Ruby, Java, C#, Ada and PHP at [2]. Bye [1] http://pcsclite.alioth.debian.org/api/group__API.html [2] http://ludovicrousseau.blogspot.com/2010/04/pcsc-sample-in-different-languages.html -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
