Files
pcas/src/cas/example/directoryService
2003-02-12 19:06:15 +00:00
..
2002-08-21 16:21:49 +00:00
2003-02-12 19:06:15 +00:00
2002-07-12 21:35:43 +00:00
1998-02-05 23:13:32 +00:00
nit
1998-02-05 23:12:59 +00:00
1997-06-13 09:20:26 +00:00
2002-07-12 21:35:43 +00:00

This directory contains an example ca directory (name resolution) server. 

The directory server reads in a file with records as follows:
<PV name> <host name or dotted ip address> [<optional IP port number>]

The server responds to search requests with the server address of
the PV (not the address of this directory server).

This server can be used to cause EPICS to locate any PV listed in
the file anywhere on the internet. You must of course set EPICS_CA_ADDR_LIST 
for the client so that it points at a running instance of this directory 
(name resolution) server.