obspy.seedlink - SeedLink client for ObsPy¶
The obspy.seedlink module provides an implementation of the SeedLink client protocol for ObsPy.
A higher level client is provided in the obspy.seedlink.easyseedlink module.
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) |
The obspy.seedlink development has been supported by the NERA project [“Network of European Research Infrastructures for Earthquake Risk Assessment and Mitigation” under the European Community’s Seventh Framework Programme (FP7/2007-2013) grant agreement n° 262330] and implemented within the activities of the JRA2/WP12 “Tools for real-time seismology, acquisition and mining”.
Classes & Functions¶
SLClient | Basic class to create and use a connection to a SeedLink server using a |
SLPacket | Class to hold and decode a SeedLink packet. |
SLNetStation | Class to hold a SeedLink stream selectors for a network/station. |
SeedLinkConnection | Class to manage a connection to a SeedLink server using a Socket. |
SLState | Class to manage SeedLinkConnection state. |
Modules¶
easyseedlink | A simplified interface to the obspy.seedlink module. |
slclient | Module to create and use a connection to a SeedLink server using a |
slpacket | Module to hold and decode a SeedLink packet. |
seedlinkexception | SeedLinkException. |
client.seedlinkconnection | Module to manage a connection to a SeedLink server using a Socket. |
client.slnetstation | Module to hold a SeedLink stream descriptions (selectors) for network/station. |
client.slstate | Module to manage SeedLinkConnection state. |