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

#25 in #following

Download history 10/week @ 2024-02-21 13/week @ 2024-02-28 4/week @ 2024-03-06 3/week @ 2024-03-13 15/week @ 2024-03-27 24/week @ 2024-04-03

118 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

~7–15MB
~169K SLoC