docs: Add section on pySim-trace to user manual

Change-Id: I5edb222818f00e36ed5b067e0f8d5786f39ae887
This commit is contained in:
Harald Welte
2023-06-09 11:14:44 +02:00
committed by laforge
parent e345e1126d
commit 7e55569f3a
3 changed files with 82 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ pySim consists of several parts:
* a python :ref:`library<pySim library>` containing plenty of objects and methods that can be used for
writing custom programs interfacing with SIM cards.
* the [new] :ref:`interactive pySim-shell command line program<pySim-shell>`
* the [new] :ref:`pySim-trace APDU trace decoder<pySim-trace>`
* the [legacy] :ref:`pySim-prog and pySim-read tools<Legacy tools>`
.. toctree::
@@ -38,6 +39,7 @@ pySim consists of several parts:
:caption: Contents:
shell
trace
legacy
library