aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-10 17:22:35 +0200
committerHarald Welte <laforge@osmocom.org>2021-04-11 12:20:29 +0200
commite0f9ef16060f91d1ff36dbbac77ae44c9bac4b7a (patch)
tree5a4c0f683f849d23e7936e47dd2507dd3e13b309 /docs
parentd0505bdb5574257ce52404384864a596227f79bb (diff)
integrate 'construct' python library
'construct' is a declarative symmetric encoder/decoder for user specified binary formats. It should come in extremely handy in tools like pySim. We start the integration by adding transport methods for transceiving APDUs with built-in encoding of the command data and decoding of the response data. Change-Id: Ibf457aa8b9480a8db5979defcfafd67674303f6c
Diffstat (limited to 'docs')
-rw-r--r--docs/library.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/library.rst b/docs/library.rst
index 656a780..e2e24a7 100644
--- a/docs/library.rst
+++ b/docs/library.rst
@@ -73,6 +73,14 @@ at 9600 bps. These readers are sometimes called `Phoenix`.
.. automodule:: pySim.transport.serial
:members:
+
+pySim construct utilities
+-------------------------
+
+.. automodule:: pySim.construct
+ :members:
+
+
pySim utility functions
-----------------------