Skip to content
Philip Crotwell edited this page Mar 10, 2021 · 1 revision

Note:

This functionality is deprecated and will be removed in the seisFile 2.0 release. If you wish to continue to use it, see the last 1.x release, which was 1.8.6.

Introduction

Support for LISS is included in the edu.sc.seis.seisFile.liss package. The edu.sc.seis.seisFile.liss.Client class is an example client application. LISS is largely just a socket connection over which miniseed is sent, so this relies heavily on the miniseed part of seisFile. See the miniseed section for an example of how to process the returned miniseed data records.

Example

A example client can be run as:

bin/lissclient -n IU -s ANMO -l 00 -c BHZ -m 3

Usage is:

bin/lissclient  [[-n net][-s sta]|[-h host]][-l loc][-c chan][-p port][-o outfile][-m maxpackets][--verbose][--version][--help]
Clone this wiki locally