Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
net Directory Reference

Files

 
fastMergeServer.C
 This script shows how to make a simple iterative server that can receive TMemFile from multiple clients and merge them into a single file without block.
 
hclient.C
 Client program which creates and fills a histogram.
 
hcons.C
 Histogram consumer script.
 
hprod.C
 Histogram producer script.
 
hserv.C
 Server program which waits for two clients to connect.
 
hserv2.C
 This script shows how to make a simple iterative server that can accept connections while handling currently open connections.
 
parallelMergeClient.C
 Client program which creates and fills 2 histograms and a TTree.
 
parallelMergeServer.C
 This script shows how to make a simple iterative server that can accept connections while handling currently open connections.
 
parallelMergeTest.C
 
pclient.C
 Client program to test parallel sockets.
 
pserv.C
 Server program to test parallel sockets.
 
spy.C
 Client program which allows the snooping of objects from a spyserv process.
 
spyserv.C
 Server program which allows clients, "spies", to connect and snoop objects.
 
testTUDPSocket.C
 As test echo server use udpserver.c in the same directory.
 
treeClient.C
 Client program which creates and fills 2 histograms and a TTree.
 
TUriTest.C
 Rudimentary TUri test macro.
 
udpserver.c