]> git.ipfire.org Git - people/stevee/guardian.git/commit - modules/Socket.pm
Add "Socket" module.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 20 Nov 2015 21:37:29 +0000 (22:37 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 20 Nov 2015 21:37:29 +0000 (22:37 +0100)
commit0b0ec9b4ecb7c599b17579bc98ef44e4dbf4771f
tree337e7a1204c27502877ad84b0210b245197d6c9b
parent2aed491c227848297a9e4e7c9a38a087afab95e2
Add "Socket" module.

The Socket module provides an IPC mechanism for guardian, based
on a UNIX socket. It contains a server, a client and a message parser
function which easily can be re-used.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Socket.pm [new file with mode: 0644]