Skip to content

mrgadotti/unix-domain-socket-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix Socket Example


Description

Example forked from https://github.com/denehs/unix-domain-socket-example

Dependencies

No dependencies needed, just a UNIX system

How to build

$ make 

The binary files are located in:

$ cd /bin/

Server

Run it with ./server. It will run in an infinite loop and display what it recieved. To stop it, use Ctrl-C.

Client

Run it with ./client.

About

A tiny example for unix domain socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • Makefile 6.7%