Table of Contents
The Pre-Processor is a tool that takes in one or more plain text visualization log files generated by ODIN and returns a single GZIPed log file that has all of the log events combined and sorted by timestamp. The output ODIN Network Activity (ONA) file should have the extension .ona.gz, and can be opened with the Network Viewer.
In future iterations of this project, the Pre-Processor could be used to offload statistical processing from the Network Viewer so it would not have to be done in real time while drawing the visualization.
Compile the Pre-Processor using the following command:
$ javac Merger.java Record.java LogFile.java