Obspy pushig data to seedlink

Hi. Is it possible to make a script that will push some data (for example temperature readouts read at certain time intervals) into a seedlink server using obspy ? And if possible can someone point out some usefull resources and maybe outline the process a little bit ? Thanks !

Hi Liviu,

we have had success using the mseedfifo_plugin of seedlink. You will need to create a named pipe, which mseedfifo_plugin is reading. Using obspy, you can write miniseed output to this pipe as if it was a file, e.g. using trace.write(...).

Regards

Roman