sancus-project/sancus-core
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
sancus-core Copyright (c) 2011, Alejandro Mery <amery@geeks.cl> A C Framework for lightweight mini network servers sancus-core aims to easy to creation of light mini networked servers using Marc Lehmann's libev[1] and licensed under the terms described in the LICENSE file (tl;dr BSD). [1] http://software.schmorp.de/pkg/libev.html = APIs = == Low Level API == The Low Level API mostly wraps POSIX functions and provides basic data structures. * sancus_common.h * sancus_fd.h * sancus_socket.h == Mid Level API == * sancus_tcp_server.h == High Level API ==