Announcement

Collapse
No announcement yet.

BUS1: A New Linux Kernel IPC Bus Being Made By Systemd Developers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #61
    There is new information about it online!
    Synopsis

    bus1 is an inter-process communication bus system controlled by the kernel. It provides user-space with an API to create peers and send unicast and multicast messages between them. It does not enforce any layout on the transmitted data, but only provides the transport layer used for message interchange between peers.
    This set of man-pages gives a comprehensive overview of the kernel-level API, with all ioctl commands, associated structs and bit masks. However, most people will not use this API level directly, but rather let one of the high-level abstraction libraries help them integrate bus functionality into their applications.
    Last edited by EduRam; 23 March 2016, 08:00 AM.

    Comment

    Working...
    X