pysim/docs
Harald Welte bb3b5df8bf Introduce new object-oriented TLV parser/decoder/encoder
This introduces a new TLV library that heavily builds upon python object
oriented concepts.  Contrary to classic TLV parsers it doesn't focus on
the structure of Tag, Length and binary Value only, but it supports
actual decoding/interpretation of the value part into some kind of JSON
serializable dict.  The latter can be achieved by imperative
encode/decode methods, or by using our existing declarative 'construct'
based approach.

The TLV library supports both BER-TLV and COMPREHENSION-TLV for both
nested and non-nested TLV definitions.

As an example we include TLV definitions for a number of CAT (Card
Application Toolkit) IEs.

Change-Id: I7fc1699443bc9d8a4e7cdd2687af9af7cc03c30e
2021-06-05 10:47:17 +02:00
..
Makefile contrib/jenkins.sh: Build and publish PDF manual 2021-04-11 12:20:29 +02:00
conf.py rename manual to be consistent with osmo-gsm-manuals projects 2021-04-11 12:20:29 +02:00
index.rst Use sphinx for generating documentation 2021-04-02 21:08:51 +02:00
legacy.rst pySim-read: Migrate over to use shared argparse from transport 2021-04-22 09:11:23 +02:00
library.rst Introduce new object-oriented TLV parser/decoder/encoder 2021-06-05 10:47:17 +02:00
make.bat Use sphinx for generating documentation 2021-04-02 21:08:51 +02:00
shell.rst docs/shell.rst: Document verify_adm and tree commands 2021-05-04 13:24:07 +02:00