EarthScope / ringserver

Apache License 2.0
31 stars 17 forks source link

use id returned via /streamids or /streams within seedlink #12

Open crotwell opened 6 years ago

crotwell commented 6 years ago

Output of /streamids looks like AK_BCP__BHE and /streams looks like AK_BCP__BHE/MSEED but to feed that back into seedlink to get a realtime feed the client has to change it to

STATION BCP AK
SELECT --BHE.D

which is not intuitive. Would be much nicer if a client could use one of AK_BCP__BHE or AK_BCP__BHE/MSEED withing the seedlink select, maybe like:

SELECT AK_BCP__BHE/MSEED

Basically would be nice if ringserver would eat its own dogfood! :)

I realize this extends the seedlink protocol, which may be a problem.

chad-earthscope commented 6 years ago

Ringserver eats its own dog food via DataLink, which is the native protocol so to speak. There could be another endpoint for producing SeedLink-style input, but honestly I'm not sure it's worth it. I'll leave this here as an idea.