6 releases

0.2.3 Sep 12, 2023
0.2.2 Apr 11, 2023
0.2.1 Dec 20, 2022
0.1.2 May 14, 2022

#29 in #kernel-module

Download history 20/week @ 2024-12-08 2/week @ 2024-12-15 9/week @ 2025-02-02 106/week @ 2025-02-09 31/week @ 2025-02-16 1/week @ 2025-02-23 1/week @ 2025-03-02 1/week @ 2025-03-09

56 downloads per month
Used in 4 crates

MIT/Apache

40KB
853 lines

ipcon-sys Module

IPCON (IPC Over Netlink) is a packet type IPC mechanism by using Netlink. A simple (but a little old) explanation can be found at:

https://github.com/saimizi/libipcon/blob/master/Document/Tutorial.txt.

ipcon-sys provides the rust binding for it. Following are required to use this module:

  • libipcon library
  • ipcon kernel module

Dependencies

~8–15MB
~178K SLoC