How to work with ASN.1 and implant structures?

I want to implement some protocol using asn.1, so I need to declare the structures and mark the name there in some header file and implement the asn.1 encoding rule as a function. Can you offer me some textbook or book for reference. I do not know how to write code for this.

+5
source share
3 answers

Part 2

If you have the ASN.1 specification, it is best to get an ASN.1 compiler that reads the ASN.1 specification and generates C, C ++, C #, or Java code that conforms to ASN.1 structures. There are many commercial and free ASN.1 tools, and many of the commercial ASN.1 tools offer free trials. You can see a good list of ASN.1 tools at http://www.itu.int/ITU-T/asn1/links/index.htm , where you can also find additional useful ASN.1 information.

ASN.1 , . . C ++, # Java, ASN.1 , .

ASN.1, ASN.1, ASN.1. , , , .

+5

, ASN.1 , , ( , , ..)

, , , gander at
http://en.wikipedia.org/wiki/Asn.1

, , , ASN.1 (, DER, BER ..)

This should start as you have not actually indicated if there is any particular implementation you are working on or something else about the problem you are having.

+3
source

All Articles