OSS Nokalva Home Page
>
Resources
>
ASN1.IO
> ASN.1 Python Compiler, Encoder, Decoder (beta)
×
The following license will be emailed to you
No promo exists.
Buy
Sign Up for FREE
•
FREE promo license
questionnaire
One minute
ASN.1 Schema
Enter manually
Upload .asn file
World-Schema DEFINITIONS AUTOMATIC TAGS ::= BEGIN Rocket ::= SEQUENCE { range INTEGER, name UTF8String (SIZE(1..16)), message UTF8String DEFAULT "Hello World" , fuel ENUMERATED {solid, liquid, gas}, speed CHOICE { mph INTEGER, kmph INTEGER } OPTIONAL, payload SEQUENCE OF UTF8String } END
Options:
Encoding rule:
DER
BER
CER
OER
COER
PER
UPER
CPER
CUPER
New - PER, UPER, CPER, CUPER
Encoding rule family, e.g. DER
Codec name:
File name for the codec.
Generate codec for PDU(s):
Module.Type name(s) to generate code for (comma separated, no name for all schema types).
Generate bindings
Python classes defined for schema types.
Samples with random values
Useful for testing with random data.
Output
Python quick start with ASN.1