Skip to content

IPC using Unix Domain Sockets to support asynchronous file I/O and multiplexing

Notifications You must be signed in to change notification settings

elitewhale75/SockLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SockLib

A simple Unix Domain Socket Library that supports asynchronous file I/O and multiplexing

Features

Getting Started

These instructions will help with installation and linking modules with the library.

Prerequisites

  • CMake v3.22+ - found at https://cmake.org/
  • C++ Compiler - needs to support at least the C++17 standard, i.e. MSVC, GCC, Clang

Installing

  • In order run ./configure ./build and ./install scripts. Will install library to local directory.

About

IPC using Unix Domain Sockets to support asynchronous file I/O and multiplexing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published