- generate ASN.1
- run asn1c
- generate C to encode a value
- compile the C
- run the C (encoding the value)
- decode the value
I haven't yet put in code to check that the decoded value equals the original value.
It would be useful to be able to generate and encode values for multiple types rather than creating all the asn1c overhead for each type.
No comments:
Post a Comment