NAME
autodrm2db - convert autoDRM responses to a database
SYNOPSIS
autodrm2db [-vV] input-file [file ..] database
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
autodrm2db attempts to read autoDRM responses and
create or update a database with the contents.
The waveforms are not converted to a different input
type, but rather the corresponding wfdisc row refers
to the input autodrm response directly.
OPTIONS
-
-v
Be verbose
-
-V
Be extremely verbose.
EXAMPLE
autodrm2db autodrm_mail database
SEE ALSO
autodrm(1)
BUGS AND CAVEATS
The resulting database may differ depending on the order of the
information in the autoDRM response. Generally, it's good
to get channel and site information, then response information,
and finally waveform data.
autodrm2db will not resolve any conflicts found.
There are multiple output formats for different autodrm
servers and versions.
Different servers follow different
conventions and have different restrictions on the format and
order of the input requests. Similarly, different servers
may depart from the "standard" set of reply formats.
autodrm2db cannot accommodate all these differences, but should
probably be more tolerant than it is.
autodrm2db does not handle CONTINUED/CONTINUATION replies.
The best way to handle these is to concatenate the different replies
together and delete everything between CONTINUED and CONTINUATION
lines.
AUTHOR
Daniel Quinlan, Boulder Real Time Technologies, Inc.
Antelope User Group Contributed Software