Skip to content
Snippets Groups Projects
Commit e926133a authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Merge branch 'master' into L2SS-691-image-support-for-timescaledb

parents aaa54d54 8a69f8df
No related branches found
No related tags found
1 merge request!281Resolve L2SS-691 "Image support for timescaledb"
......@@ -118,12 +118,12 @@ The easiest way to capture this stream is to use our ``statistics_writer``, whic
- stores packet header information per timestamp, as HDF5 attributes,
- writes to a new file at a configurable interval.
To run the writer::
To install the software locally and run the writer::
cd devices/statistics_writer
python3 statistics_writer.py --mode SST --host localhost
pip install 'tangostationcontrol@git+https://git.astron.nl/lofar2.0/tango.git#subdirectory=tangostationcontrol'
l2ss-statistics-writer --mode SST --host localhost
The correct port will automatically be chosen, depending on the given mode. See also ``statistics_writer.py -h`` for more information.
The correct port will automatically be chosen, depending on the given mode. See also ``l2ss-statistics-writer -h`` for more information.
The writer can also parse a statistics stream stored in a file. This allows the stream to be captured and processed independently. Capturing the stream can for example be done using ``netcat``::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment