Module to create and use a connection to a SeedLink server using a SeedLinkConnection object.
A new SeedLink application can be created by sub-classing SLClient and overriding at least the packetHandler method of SLClient.
Part of Python implementation of libslink of Chad Trabant and JSeedLink of Anthony Lomax
copyright: | The ObsPy Development Team (devs@obspy.org) & Anthony Lomax |
---|---|
license: | GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html) |
Classes
SLClient | Basic class to create and use a connection to a SeedLink server using a |