obspy.clients.seedlink.slclient
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 packet_handler 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 (https://www.gnu.org/copyleft/lesser.html)
Classes
Basic class to create and use a connection to a SeedLink server using a SeedLinkConnection object. |