Show the file size of the files in the tmp_dir on the LCD.
[ruwai.git] / software / c++ / ruwaicom / src / libmseed / README
blob610aad15e0d455126b4d79aa2987dbb2ad0aa3f7
2                    libmseed - The Mini-SEED library
4 The Mini-SEED library provides a framework for manipulation of SEED
5 data records including the unpacking and packing of data records.
6 Functionality is also included for managing waveform data as
7 continuous traces.  All structures of SEED 2.4 data records are
8 supported with the following exceptions: Blockette 2000 opaque data
9 which has an unknown data structure by definition and Blockette 405
10 which depends on full SEED (SEED including full ASCII headers) for a
11 full data description.
13 The library has been tested in Linux, Mac OSX (Darwin), Solaris and
14 Win32 environments.
16 For installation instructions see the INSTALL file.  For further
17 information regarding the library interface see the documentation in
18 the 'doc' directory.  For example uses of libmseed see the source code
19 in the 'examples' directory.
21 -- License --
23 This library is free software; you can redistribute it and/or modify
24 it under the terms of the GNU Library General Public License as
25 published by the Free Software Foundation; either version 2 of the
26 License, or (at your option) any later version.
28 This library is distributed in the hope that it will be useful, but
29 WITHOUT ANY WARRANTY; without even the implied warranty of
30 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
31 Library General Public License (GNU-LGPL) for more details.  The
32 GNU-LGPL and further information can be found here:
33 http://www.gnu.org/licenses/
36 Chad Trabant, IRIS Data Management Center