GEMSERVER: Generic MultiServer
Version: 0.4 [
c] 8Kb
GEMSERVER stands for GEneric Multi SERVER. It is a simple tool similar to netcat
but providing some different set of features as supporting several TCP/UDP
connections as client and server simultenously. It is about 300 LOC in C language :)
For example, if you want to transfer a file to several machines at a time, in
each target machine execute a line like this:
gemserv -server T:1000 > my_file
And in your source machine something like this:
cat my_file | gemserv -client T:ip1:10000 T:ip2:10000 ...
Read more about some succesfully histories using gemserver.
This is a simple UDP server which uses
Festival speech synthetiser to make your computer say
everything coming from the network. This is also a daemon example showing
the code to daemonize a network server. To use it:
Launch Server
/etc/init.d/speech_server start
Run client
simple_client server 'Say this'