infostellarinc / starcoder

A server to read/write data from/to the stars, written in Go.
GNU General Public License v3.0
21 stars 13 forks source link

STELLAR-1997 Evaluator flowgraph for quality evaluation tool #120

Closed reiinakano closed 5 years ago

reiinakano commented 5 years ago

evaluator grc

Introduces two new blocks: Folder Source and PRBS Sink

Folder source reads a folder of binary packets and passes them to the rest of the flowgraph as PDUs. This will be used directly with the packets we collect from GCS after a test pass.

PRBS sink reads the decoded and error corrected packets and outputs information like Frame Error Rate, number of duplicates, etc.

kenichi-fukushima commented 5 years ago

Can you apply clang-format to C++ code?

reiinakano commented 5 years ago

Done

reiinakano commented 5 years ago

Done