This package provides command line tools to retrieve data from EPICS Channel Archiver and Archive Appliance data storage services.
The commands argrep and arget are provided. See the man page for details.
In addition to the user tools, two backend servers a2aproxy and archmiddle are provided.
Basic requirements.
Additional requirements for Archive Appliance support.
- Google Protocol Buffers C++ library and Python module
In addition to command line arguements, configuration may be given in the following locations. See the example configuration for details.
- /etc/carchive.conf
- $HOME/.carchiverc
- $PWD/carchiver.conf
Those wishing to make modifications to this code may find it easier to do an in-place build of the pbdecode Extension (as opposed to "setup.py install").
$ python setup.py build_protobuf -i
$ python setup.py build_ext -i