Files
pcas/src/cas/example/directoryService
Jeff Hill 33d29a458d o changed UDP to non-blocking IO
o cleaned up (consolodated) UDP interface class structure
1999-09-02 21:50:29 +00:00
..
1999-09-02 21:50:29 +00:00
1997-06-13 09:20:26 +00:00
1998-07-08 15:50:29 +00:00
1997-06-13 09:20:26 +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
1997-06-13 09:20:26 +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.