Skip to content
Zhang, Yin edited this page Dec 24, 2021 · 5 revisions

Runner and Log Processor Runner

Runner

For equal error protection codes, the following runners are available:

  • OneTimeRunner, ppcode3.equalerrorprotection.OneTimeRunner. It simulates the running of a code by transferring a source file to a target working path. It generates log files that can be analyzed by TextLogProcessorRunner. It is a good choice when you try to develop a new node.

For unequal error protection codes, the following runners are available:

  • OneTimeRunner, ppcode3.unequalerrorprotection.OneTimeRunner. It simulates the running of a code by transferring a source file to a target working path. It generates log files that can be analyzed by TextLogProcessorRunner. It is a good choice when you try to develop a new node.

The best way to understand how to run a runner is setting the runner as the Main class and running it. You could then follow the exception messages to setup a config file.

Log Processor Runner

The following log processor runner are available:

  • TextLogProcessorRunner, ppcode3.logprocessor.TextLogProcessorRunner. It analyzes the log files generated by OneTimeRunner of equal error protection codes.

The best way to understand how to run a log processor runner is setting the runner as the Main class and running it. You could then follow the exception messages to setup a config file.

Clone this wiki locally