conver asn1 defined messages

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<div class=ForumPostBodyArea>
<div class=ForumPostContentText>
<p style="font-family:Arial <font size=2>Hi all,</font>
<p style="font-family:Arial <font size=2>I want to convert asn.1<b>(Abstract Syntax Notation One</b> (ASN.1) refer http://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One) message   to a notepad. Any ideas how to do this? </font>
<p style="font-family:Arial <font size=2> eg.</font>
<pre>FooProtocol DEFINITIONS ::= BEGIN

FooQuestion ::= SEQUENCE {
trackingNumber INTEGER,
question IA5String
}

FooAnswer ::= SEQUENCE {
questionNumber INTEGER,
answer BOOLEAN
}[/code]<pre> [/code]<pre style="font-family:Arial <font size=2> i want to get the data on the following message to a notepad.</font>[/code]<pre>myQuestion FooQuestion ::= {
trackingNumber 5,
question "Anybody there?"
}

END[/code]
 

View the full article
 
Back
Top