orb2caps¶
Provides miniSEED data from an Antelope ORB. Operates on the Antelope system.
Description¶
The orb2caps plugin is an application independent of SeisComP transferring real time data from an Antelope ORB to a CAPS server. The plugin is configured and it runs on the same machine as the Antelope system. All data is encoded as miniSEED Steim2 on the server side prior to transfer.
Setup¶
Copy the orb2caps binary to Antelope bin folder of the respective Antelope version. Example:
cp orb2caps /opt/antelope/[version]/bin/
Edit
rtexec.pf
in the rtsystem folderadd entry in process table:
Processes &Tbl{ ... # <name> <executable including parameters> orb2caps orb2caps -m 'OM.*/MGENC/(ACC|M100|MBB)' localhost:6510 192.168.20.130:18003 }
add entry in run list for automatic startup:
Run &Arr{ ... # name of registered process orb2caps }
Check if the plugin is running:
ps aux | grep orb2caps