mauicv / c-sample-unix-socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample C Unix server


Simple program that opens a unix socket and outputs to stdout any message sent from the client.

To close the the server send quit from the client: ./client quit.


To build:

make server
make client

To clean:

make clean

About


Languages

Language:C 92.7%Language:Makefile 7.3%