opensourcerouting / c-capnproto

C library/compiler for the Cap'n Proto serialization/RPC protocol
MIT License
118 stars 40 forks source link

Added support for Linux kernel #35

Closed yeger00 closed 1 year ago

yeger00 commented 5 years ago

Hello, This PR added support for capnproto serialization to the Linux kernel. The main purpose of having serialization in the kernel is to for debugging purposes - I used it to create an "easy to adopt" communication channel between the kernel and a user space process (the library will be released in the next couple of weeks).

Your comments are welcome.

Thanks, Avi

detly commented 3 years ago

Hi, I've just joined as a maintainer of this project and wanted to check if (a) this is still of interest to you, (b) were there any final changes you needed to add to this PR and (c) did you release the complementary library?

yeger00 commented 3 years ago

Hi, This was for a POC project and lecture I did last year about writing LSM (Linux Security Module) in userspace. You can see it here: https://github.com/argussecurity/ulsm Currently there is no plan to work on it anymore.

Thanks,