VDChunk SC -- The Versatile Data Chunk for Smart Cards

Introduction

VDChunk is an multi-purpose C++ library that provides some classes which allow reading, writing and manipulating data blocks without thinking too much about strings, streams and numbering formats.

The library VDCHUNK-SC version supports smart card commands. It includes the base version but requires the libraries "pcsc-lite" (smart card middleware) and "gcrypt" (implementation of cryptographic functions).

Ingo Naumann

December 2007

Project homepage: http://research.naumachiarius.com/vdchunk/

Why do I need VDChunk?

To be done.

Installation

The simplest way to compile this package is:

1. Make sure you have installed the packages "pcsc-lite" and "gcrypt" or install them if this is not the case. If you use SuSe Linux, you can install the package "libgcrypt-devel" by using YaST2 but you need to install PC/SC including the source code.

2. `cd' to the directory containing the VDChunk's source code and type `./configure' to configure the package for your system.

3. Type `make' to compile the package.

4. Type `make install' to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean'.

Step 1: Examples

To be done.
Generated on Mon Mar 3 20:44:38 2008 for VDChunk by  doxygen 1.5.4