-
Notifications
You must be signed in to change notification settings - Fork 605
Description
Hi Lev
I found your asn1c compiler very usefull. I work at Renault as a Cybersecurity Architect and I'm designing an In-Vehicule EDR. For this I need to generate some monitoring data from Linux Kernel and providing it to an inference engine (deep learning). This data is a Provenance graph. For generating it inside the kernel I need then to serialize/deserialize.
For this I have to build the asn1c generated code inside
- cmake for the serialization/deserialization tests
- Linux build system (Kconfig + Linux Makefile)
So I'am adding a cmake interface and a Linux build system interface with your compiler. At now I'm using
-GMakefile
-Gcmake
-Glxmake
for selecting the build interface wanted. I'm also adding the doc snippet for all this.
At now it is a work in progress.
I did fork your repo in github for this at https://github.com/rcoscali/asn1c and I will propose PR when it will be stable.
Do not hesitate to comment if you think it is necessary.
Thanks for your work
Best
Rémi