Library for dealing with sockets, networking, and messaging at various levels of abstraction.

Wistahe 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() hace 5 años
.gitignore f8a9de5ca0 Initial commit hace 5 años
LICENSE f8a9de5ca0 Initial commit hace 5 años
Makefile 4da9b62c36 Adds msgr and adds string to Err struct hace 5 años
README.md 36b0c9e75e Adds -lprimo to link instructions in readme hace 5 años
config.mk f63e95d4b3 Adds work so far hace 5 años
err.c 4da9b62c36 Adds msgr and adds string to Err struct hace 5 años
err.h 4da9b62c36 Adds msgr and adds string to Err struct hace 5 años
libepistle.pc cb77485c45 adds libepistle.pc hace 5 años
local.c 8ffb30e28f Changes Epistle to libepistle in copyright comment hace 5 años
local.h 8ffb30e28f Changes Epistle to libepistle in copyright comment hace 5 años
message.c 4da9b62c36 Adds msgr and adds string to Err struct hace 5 años
message.h 4da9b62c36 Adds msgr and adds string to Err struct hace 5 años
msg_server.c 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() hace 5 años
msg_server.h 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() hace 5 años
msgr.c 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() hace 5 años
msgr.h 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() hace 5 años
network.c 8ffb30e28f Changes Epistle to libepistle in copyright comment hace 5 años
network.h 8ffb30e28f Changes Epistle to libepistle in copyright comment hace 5 años
polling.c 8ffb30e28f Changes Epistle to libepistle in copyright comment hace 5 años
polling.h 8ffb30e28f Changes Epistle to libepistle in copyright comment hace 5 años
transfer.c dfb444ab9a Deals with errors properly in transfer for nonblock behavior hace 5 años
transfer.h 8ffb30e28f Changes Epistle to libepistle in copyright comment hace 5 años

README.md

libepistle

Library for dealing with sockets, networking, and messaging at various levels of abstraction.

Requirements

An installation of libprimo and (currently) a (GNU/)Linux distribution.

Installation

To install

make && sudo make install

To uninstall

sudo make uninstall

Usage

Link with -lepistle -lprimo or use pkg-config --libs libepistle

Documentation

TODO!

Contact

email: wistahe.public@tuta.io