An Out-of-Tree (OOT) module for gnuradio to handle seismological waveform (mseed).
It was just a Christmas project to have fun. At least, it's possible to connect to a seedlink server or open a mseed file (seismological data standard) to plot spectrogram, waterfall, etc. using existing gnuradio modules. If you find it useful, please let me know.
Go to the gr-mseed folder, then :
mkdir build cd build cmake ../ make install
-
The gnuradio-compagnon grc file is localted in the
examples
directory. To start the demo :gnuradio-compagnon waterfall.grc
-
To try the standalone python app in the
examples
directory:./top_block.py