Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 354 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 354 Bytes

rock2asn1

Provides Python scripts that reads ROCK C++ data types and generates a set of equivalent ASN.1 types, as well as functions to convert between the original C++ types and the equivalent C types compiled from ASN.1 by TASTE.

License

GPLv2

Installation

From the build directory, run cmake .., then make install.