Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Net tutorials

Examples showing the net classes.

Files

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