Create a simple command line type of tool for embedding
in shell scripts and the like. They would be able to do
simple things like:
<property> [index]
<local file="" name="">
<filename or="" instance="">
<property> [index] <value>
Where rp=read-property, arf=atomic-read-file,
awf=atomic-write-file, wp=write-property, map does a
Who-Is and returns a list of devices that replied with
I-Am, ts=time-sync, etc.
The parsing should be able to handle strings or
numbers. The return values (stdio) should be suitable
for a BACnet EPICS file or for shell scripting and the
like.
The architecture question is whether to have it running
all the time (daemon) or to launch each time it is
invoked. The latter is probably simpler, although
slower and more resource intensive.
Anonymous