George Kiagiadakis
86ffac19e5
wpipc: place sockets in the same runtime directory as pipewire
2021-05-06 14:15:24 +03:00
George Kiagiadakis
cf0226c29b
wpipc: remove socket files after shutdown of the server
2021-05-06 13:32:38 +03:00
George Kiagiadakis
c35a58ca7b
meson: generate and install pkg-config file for wpipc
2021-05-06 13:06:49 +03:00
George Kiagiadakis
226ae5772e
meson: find threads_dep early and also use it in the wpipc-client
2021-05-06 13:00:55 +03:00
George Kiagiadakis
a2477d2d2c
wpipc: use proper api & so versions
2021-05-06 12:34:49 +03:00
George Kiagiadakis
cb4fa024b2
meson: replace join_paths() with operator /
2021-05-06 12:15:52 +03:00
George Kiagiadakis
5efb46a3e2
meson: make wpipc optional and disabled by default
...
This is only intended to be used with specific embedded
applications. There is no good reason to use it on
a standard desktop environment.
2021-05-06 12:00:56 +03:00
Julian Bouzas
795df4b693
lib: add wpipc library
...
Simple library that uses sockets for inter-process communication. It provides an
API to create server and client objects. Users can add custom handlers in the
server, and clients can send requests for those custom handlers.
2021-05-04 18:55:10 -04:00