This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package.
Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.
This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself.
First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2).
Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Parameter 2 (P2).
If wou don愒 want to send Parameter 3 (P3) press Ctrl-d (^d).
If you enter a number then you have to the Bytes of the Datafield.
After the last Byte of the Datafield is entered the whole APDU is send the replay is displayed. After that you can send the next APDU.
=====================================
GoAhead WebServer 2.1.8 Release Notes
=====================================
.. NOTES:
.. This document is maintained using the reStructuredText markup system.
.. You may download this from <http://docutils.sf.net>. Also note that running
.. the docutils code requires that a version of Python version 2.1 or later
.. be installed on the machine. Since the GoAhead release procedure itself
.. runs in Python, this should not be a problem.
..
.. To add new entries to the release notes, follow the markup shown below
.. (releases should be underlined with a row of '=' characters, each item
.. noted within a release should be underlined with '-' characters.
=====================================
GoAhead WebServer 2.1.8 Release Notes
=====================================
.. NOTES:
.. This document is maintained using the reStructuredText markup system.
.. You may download this from <http://docutils.sf.net>. Also note that running
.. the docutils code requires that a version of Python version 2.1 or later
.. be installed on the machine. Since the GoAhead release procedure itself
.. runs in Python, this should not be a problem.
..
.. To add new entries to the release notes, follow the markup shown below
.. (releases should be underlined with a row of '=' characters, each item
.. noted within a release should be underlined with '-' characters.