Skip to content

jelledevleeschouwer/libquickserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libquickserv (WIP)

IPC Server/Client wrapper around libevquick.

libquickserv serves as a wrapper template for quickly implementing server/client models for IPC-communication on Linux machines. The library is build around libevquick that allows for quick event creation with the least amount of system calls. See libevquick for more details.

Usage

libquickserv highly depends on libevquick and thus provides close wrapper-functions for the same utilities that libevquick provides. See libevquick for more details. The functions calls are hence the same except for the fact that libevquick is replaced by quickserv.

For a more detailed explaination of the API, see libquickserv.h