obspy.clients.seedlink.basic_client.Client¶
- class Client(server, port=18000, timeout=20, debug=False)[source]¶
Bases: future.types.newobject.newobject
SeedLink request client.
This client is intended for requests of specific, finite time windows. To work with continuous realtime data streams please see SLClient and EasySeedLinkClient.
Parameters: Attributes
__dict__ __doc__ unicode(object=’‘) -> unicode object __module__ str(object=’‘) -> string __weakref__ list of weak references to the object (if defined) Public Methods
get_waveforms Request waveform data from the seedlink server. next Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
_connect Open new connection to seedlink server. _packet_handler Custom packet handler that accumulates all waveform packets in a Special Methods
__format__ default object formatter __init__ Initializes the SeedLink request client. __long__ __native__ Hook for the future.utils.native() function __new__ __nonzero__ __reduce__ helper for pickle __reduce_ex__ helper for pickle __sizeof__ size of object in memory, in bytes __subclasshook__ Abstract classes can override this to customize issubclass(). __unicode__