installed

This commit is contained in:
Jeff Hill
1997-06-13 09:20:26 +00:00
parent 84b35b89ef
commit 830d2ff061
11 changed files with 1547 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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 true 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.