Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to work on ASN.1 and impliment structures in it?

Tags:

asn.1

I want to implement some protocol using asn.1 so what i have to do declare structures and tag there name in some header file and implement asn.1's encoding rule as a function. Can you suggest me some tutorial or book to refer. I don't know how to write a code for it.

like image 485
tod Avatar asked Jan 12 '12 07:01

tod


1 Answers

If you are new to ASN.1, take a look at "ASN.1 Made Simple" - http://www.oss.com/asn1/resources/asn1-made-simple/introduction.html - which gives you a simple introduction to ASN.1. There are also a couple of good books available as a free download at http://www.oss.com/asn1/resources/books-whitepapers-pubs/asn1-books.html which give you a much more comprehensive view.

This site won't let me post more than two links per message, so more info will follow in a separate post.

like image 155
Paul Thorpe Avatar answered Oct 02 '22 19:10

Paul Thorpe