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() пре 5 година
.gitignore f8a9de5ca0 Initial commit пре 5 година
LICENSE f8a9de5ca0 Initial commit пре 5 година
Makefile 4da9b62c36 Adds msgr and adds string to Err struct пре 5 година
README.md 36b0c9e75e Adds -lprimo to link instructions in readme пре 5 година
config.mk f63e95d4b3 Adds work so far пре 5 година
err.c 4da9b62c36 Adds msgr and adds string to Err struct пре 5 година
err.h 4da9b62c36 Adds msgr and adds string to Err struct пре 5 година
libepistle.pc cb77485c45 adds libepistle.pc пре 5 година
local.c 8ffb30e28f Changes Epistle to libepistle in copyright comment пре 5 година
local.h 8ffb30e28f Changes Epistle to libepistle in copyright comment пре 5 година
message.c 4da9b62c36 Adds msgr and adds string to Err struct пре 5 година
message.h 4da9b62c36 Adds msgr and adds string to Err struct пре 5 година
msg_server.c 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() пре 5 година
msg_server.h 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() пре 5 година
msgr.c 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() пре 5 година
msgr.h 299d936578 Adds extra pointer to Msgr and fixes get with msgr_get() пре 5 година
network.c 8ffb30e28f Changes Epistle to libepistle in copyright comment пре 5 година
network.h 8ffb30e28f Changes Epistle to libepistle in copyright comment пре 5 година
polling.c 8ffb30e28f Changes Epistle to libepistle in copyright comment пре 5 година
polling.h 8ffb30e28f Changes Epistle to libepistle in copyright comment пре 5 година
transfer.c dfb444ab9a Deals with errors properly in transfer for nonblock behavior пре 5 година
transfer.h 8ffb30e28f Changes Epistle to libepistle in copyright comment пре 5 година

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