~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to debian/formaticc.1

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2004-06-13 21:45:56 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040613214556-zio7hrzkz9wwtffx
Tags: 1.2.9-beta2-2
* debian/rules: add -lpthread to LDFLAGS so that pthread_* symbols are
  included in the library (problem only seen on mips and mipsel).
  Closes: #253629
* debian/control: make libpcsclite-dev and libpcsclite1 at Priority:
  optional so that other packages at Priority: optional can use them.
  Closes: #249374

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "formaticc" "1" "1.0.2.beta5" "Debian GNU/Linux" "PCSC Lite"
2
 
.SH "NAME"
3
 
.LP 
4
 
formaticc \- An APDU robot for pcsc\-lite
5
 
.SH "SYNTAX"
6
 
.LP 
7
 
formaticc
8
 
.SH "DESCRIPTION"
9
 
.LP 
10
 
Sends one or more request APDU's to a smarcard and get responses.
11
 
.LP 
12
 
formaticc takes a set of APDU's from an input file
13
 
and generates an output file with the data returned by the card.
14
 
.LP 
15
 
The input and output file names and the identification of the reader
16
 
to connect to are prompted to the user.
17
 
.LP 
18
 
The input file contains a line per APDU. Each line contains the length in
19
 
bytes of the APDU and the APDU octets in hexadecimal notation, separated by 
20
 
space caracters. The generated output file contains response APDU's follwing 
21
 
the same format.
22
 
.SH "FILES"
23
 
.LP 
24
 
\fI/usr/share/doc/libpcsclite\-dev/examples/sample.in\fP:
25
 
.br 
26
 
sample input file.
27
 
.br 
28
 
\fI/usr/share/doc/libpcsclite\-dev/examples/sample.ibm\fP:
29
 
.br 
30
 
sample input file for an IBM MFC smartcard.
31
 
\fI/usr/share/doc/libpcsclite\-dev/examples/sample.out\fP:
32
 
.br 
33
 
sample output file.
34
 
.SH "EXAMPLES"
35
 
.LP 
36
 
To run this program the standard way type:
37
 
.LP 
38
 
formaticc
39
 
.SH "AUTHORS"
40
 
This manual page was written by Carlos Prados <cprados@debian.org>,
41
 
for the Debian GNU/Linux system (but may be used by others).
42
 
.SH "SEE ALSO"
43
 
.LP 
44
 
pcscd(1)