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 b9054b557e error bugfix in read function, correct msg length exchange, networkd draft 2019-06-12 15:02:43 +02:00
..
README.md New, simpler libipc API. 2019-06-03 21:25:59 +02:00
build.sh New, simpler libipc API. 2019-06-03 21:25:59 +02:00
pong.c error bugfix in read function, correct msg length exchange, networkd draft 2019-06-12 15:02:43 +02:00
pongd.c error bugfix in read function, correct msg length exchange, networkd draft 2019-06-12 15:02:43 +02:00
simple-tcp-client.c error bugfix in read function, correct msg length exchange, networkd draft 2019-06-12 15:02:43 +02:00
simple-tcpd.c error bugfix in read function, correct msg length exchange, networkd draft 2019-06-12 15:02:43 +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