Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 440 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 440 Bytes

unix_socket_test

- Systemd unix domain socket sample

Preparations

Your system must have be Linux systemd init system. You need some packages.

glib-2.0
libsystemd

You can install using this command

sudo apt install libglib2.0-dev
sudo apt install libsystemd-dev

Installation

sudo bash insatll.sh

Execution

socketClient

[If you type anything, then you will receive "ack" from socketServer]