Obsolete
/
libipc-old
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
libipc-old/examples
Philippe PITTOLI c879d49c31 IPC version 0.3, allow multiple messages at once 2019-10-08 13:54:23 +02:00
..
README.md New, simpler libipc API. 2019-06-03 21:25:59 +02:00
build.sh examples and utils 2019-07-27 15:48:10 +02:00
fd-exchange-providing.c examples and utils 2019-07-27 15:48:10 +02:00
fd-exchange-receiving.c examples and utils 2019-07-27 15:48:10 +02:00
pong.c examples and utils 2019-07-27 15:48:10 +02:00
pongd.c IPC version 0.3, allow multiple messages at once 2019-10-08 13:54:23 +02:00
simple-tcp-client.c examples and utils 2019-07-27 15:48:10 +02:00
simple-tcpd.c examples and utils 2019-07-27 15:48:10 +02:00
test-ask-for-fd-to-networkd.c examples and utils 2019-07-27 15:48:10 +02:00
test-networkd-provide-fd.c examples and utils 2019-07-27 15:48:10 +02:00
tests-logs.c examples and utils 2019-07-27 15:48:10 +02:00
wsserver.c examples and utils 2019-07-27 15:48:10 +02:00

README.md

how to compile

./build.sh

how to launch

export IPC_RUNDIR=/tmp
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../
./pongd

# in another terminal
export IPC_RUNDIR=/tmp
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../
./pong