Menu

Tree [r14] /
 History

HTTPS access


File Date Author Commit
 src 2010-06-22 vladwelk [r13] prerealize
 AUTHORS 2010-06-21 vladwelk [r1] initial commit
 COPYING 2010-06-22 vladwelk [r6] add threads and mod copying
 ChangeLog 2010-06-21 vladwelk [r1] initial commit
 INSTALL 2010-06-21 vladwelk [r1] initial commit
 Makefile.am 2010-06-21 vladwelk [r1] initial commit
 Makefile.in 2010-06-21 vladwelk [r3] mod autoconf/automake rules
 NEWS 2010-06-21 vladwelk [r1] initial commit
 README 2010-06-22 vladwelk [r14] realize 1
 aclocal.m4 2010-06-21 vladwelk [r3] mod autoconf/automake rules
 config.h.in 2010-06-22 vladwelk [r13] prerealize
 configure 2010-06-22 vladwelk [r13] prerealize
 configure.ac 2010-06-22 vladwelk [r13] prerealize
 depcomp 2010-06-21 vladwelk [r1] initial commit
 install-sh 2010-06-21 vladwelk [r1] initial commit
 missing 2010-06-21 vladwelk [r1] initial commit

Read Me

This project composed from two modules: client and server.


To run the server module you should do the follow command
at the path of the server module
    
    ./server <unix_socket_pathname> <buffer_file_pathname>
    
where
    <unix_socket_pathname> UNIX-pathname will be used for 
			   creation UNIX domain socket
    <buffer_file_pathname> name of a file to store data that
			   will be received from the client modules


To run the client modules (may be any number) you should do
the follow command at the path of the client module
    
    ./client <unix_socket_pathname>
    
where
    <unix_socket_pathname> UNIX-pathname will be used for 
			   creation UNIX domain socket
			   (the same as the parameter of the server module)