obspy.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(string [, encoding[, errors]]) -> object __module__ str(object) -> string __weakref__ list of weak references to the object (if defined) Public Methods
get_waveform Request waveform data from the seedlink server. next Private Methods
_connect Open new connection to seedlink server. _packet_handler Custom packet handler that accumulates all waveform packets in a Special Methods
__init__ Initializes the SeedLink request client. __long__ __native__ Hook for the future.utils.native() function __nonzero__ __unicode__