|
From: <lu...@us...> - 2015-02-18 17:07:34
|
Revision: 661
http://sourceforge.net/p/pyscard/code/661
Author: ludov
Date: 2015-02-18 17:07:24 +0000 (Wed, 18 Feb 2015)
Log Message:
-----------
Add a README.rst file with minimal documentation
Added Paths:
-----------
trunk/contrib/parseATR/README.rst
Added: trunk/contrib/parseATR/README.rst
===================================================================
--- trunk/contrib/parseATR/README.rst (rev 0)
+++ trunk/contrib/parseATR/README.rst 2015-02-18 17:07:24 UTC (rev 661)
@@ -0,0 +1,25 @@
+parseATR
+########
+
+This Python code parses a smart card ATR and display the result.
+
+
+parseATR.py
+***********
+
+Display the result as text
+
+Usage:
+
+ $ ./parseATR.py 3B A7 00 40 18 80 65 A2 08 01 01 52
+
+
+parseATRhtml.py
+***************
+
+Display the result as HTML
+
+Usage:
+
+ $ ./parseATRhtml.py 3B A7 00 40 18 80 65 A2 08 01 01 52
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|