Radar Health Logger
Introduction
The radar health logger is a simple utility for logging the health messages from a radar into a CSV file.
Contents
Usage
A user can specify the IP address and port from the command line.
To set the radar IP Address specify -i or --ipaddress (Default value: 192.168.0.1)
To set the radar Port specify -o or --port (Default value: 6317)
Example
To set connect to a radar on 192.168.0.2 on port 6318 use the following command:
./RadarHealthLogger -i 192.168.0.2 -p 6318
Example screenshot of RadarHealthLogger application.