[[RETOUR]]
Last update : $Id: libcsock.html,v 1.1 2008/05/23 09:36:33 clucas Exp clucas $

Libcsock

libcsock is a lightweigth library to use sockets.

It contains :

Downloads:

Last release: libcsock-0.1.7 -- MD5SUM

Contents:

clucas@rhum:~/tests$ tar -tjvf libcsock-0.1.7.tar.bz2 
libcsock/
libcsock/COPYING
libcsock/rtp.c
libcsock/csock.c
libcsock/csock.h
libcsock/Makefile
libcsock/rtp.h
libcsock/broadcast/
libcsock/broadcast/Makefile
libcsock/broadcast/mon.h
libcsock/broadcast/serveur.c
libcsock/broadcast/client.c
libcsock/netutils.c
libcsock/unix/
libcsock/unix/client.c
libcsock/unix/serveur.c
libcsock/unix/Makefile
libcsock/unix.c
libcsock/TODO
libcsock/unix.h
libcsock/info/
libcsock/info/Makefile
libcsock/info/test.c
libcsock/ChangeLog
libcsock/AUTHOR
libcsock/README
libcsock/INSTALL
libcsock/multicast.c
libcsock/multicast/
libcsock/multicast/client.c
libcsock/multicast/Makefile
libcsock/multicast/server.c
libcsock/multicast.h
clucas@rhum:~/tests$ 

ChangeLog

ChangeLog:
-=-=-=-=-=-

23/07/00 - first release
24/04/01 - bug fixes
30/04/01 - added write_n and read_n 
09/05/01 - bug fixes on write_n and read_n
29/06/02 - add UNIXsckets and informationabout if
30/06/02 - add examples (info, broadcast, unix)
24/03/04 - add multicast sockets, modifies in Makefile
27/04/04 - fix and add target .so library in Makefile
23/05/08 - Correct error from unix standard headers change on unix
           sockets

AUTHOR

clucas@rhum:~/tests/libcsock$ cat AUTHOR 
Christophe Lucas 

with help from:
 * vlc-team  (use of netutils.c from vlms)
 *linuxdvb  (rtp)

with bug fixes from:
 * a.pique 
clucas@rhum:~/tests/libcsock$