af-unix
There are 4 repositories under af-unix topic.
kohlschutter/junixsocket
Unix Domain Sockets for all Java versions 7 and newer (AF_UNIX), AF_TIPC, AF_VSOCK, and more
TannerSorensen/Docker_Unix_Socket
Docker container sending messages to the host computer over Unix domain socket connection
raspi/jumiks
AF_UNIX socket server and client with multicast-style delivery
arnavgupta2003/IPC_1
P1 sends a group of five consecutive elements of the array of strings to P2 along with the ID’s of the strings. The second program P2 needs to accept the received strings, and send back the highest ID received back to P1 to acknowledge the strings received.