summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-11 22:15:14 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-11 22:15:14 +0100
commit38f86daf32ad67235f8c397f38cb2488eca41b05 (patch)
tree21cc34ef346d190e9618b65220a8b2c5c9094fc5 /README.md
parent0a383e9fd62635a8f6a3af70c3af306170e67a82 (diff)
downloadpyasn1-git-38f86daf32ad67235f8c397f38cb2488eca41b05.tar.gz
refer a good book on ASN.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8916a2e..8ee59ec 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,9 @@ into a fully-fledged, initialized data structure.
b'0\x07\x02\x01{\x80\x02\x01A'
Many high-profile Internet protocols and file formats utilize ASN.1 serialization.
+Quite a number of books cover the topic of ASN.1.
+[Communication between heterogeneous systems](http://www.oss.com/asn1/dubuisson.html)
+by Olivier Dubuisson is one of high quality books freely available on the Internet.
Detailed information on pyasn1 APIs can be found in the
[documentation](http://pyasn1.sourceforge.net),