arclink module / proxy mode

hello everybody,

does anyone knows if the arclink module does support proxy mode?
(as the newer Seiscomp3 arclink_fetch)

ty
Emiliano

Hi Emiliano,

First of all, I'm not sure what exactly you mean with "proxy mode".

However you may disable routing (see route=False in http://docs.obspy.org/packages/autogen/obspy.arclink.client.Client.getWaveform.html) and request data from one of the ArcLink proxies such as webdc.eu:18001 - the proxy will fetch the data from the underlying network node(s) and directly return the data to your client. If routing is enabled your client will try to connect directly with the corresponding ArcLink server network node and fetch the data. Routing is enabled by default.

Cheers,
Robert