libx52/subprojects/localipc/examples
nirenjan b8f059a881 feat: Add localipc library for IPC over AF_UNIX
In order to make daemon communication more secure, we are introducing a
new library to handle the interprocess communication over the Unix
socket. The localipc library abstracts away a lot of the boilerplate
around the socket API and ensures that the packets are cleanly
transferred between the clients and server.

A future change will modify the daemon logic to leverage localipc
instead of x52dcomm, and eliminate the manual poll loop. The daemon can
then handle the business logic of commands/notifications.
2026-04-26 00:04:12 -07:00
..
lipc_client_example.c feat: Add localipc library for IPC over AF_UNIX 2026-04-26 00:04:12 -07:00
lipc_server_example.c feat: Add localipc library for IPC over AF_UNIX 2026-04-26 00:04:12 -07:00
meson.build feat: Add localipc library for IPC over AF_UNIX 2026-04-26 00:04:12 -07:00