kimgr / asn1ate

A Python library for translating ASN.1 into other forms.
Other
69 stars 41 forks source link

Some additional parsing capabilities #4

Closed james-ward closed 10 years ago

james-ward commented 10 years ago

I wanted to be able to parse the SAE J2735 message set: http://www.sae.org/standardsdev/dsrc/DSRC_R36_Source.ASN

This code can parse it all now, and spit out files to disk.

Thought you might want to have the increased functionality back in the mainline. ;)

james-ward commented 10 years ago

Incorrect code included. Will push again with correct code.