Are you referring to the temporary snr log file in the node's /tmp/snrlog directory? I guess the answer depends on what you want to do with that data. It is straightforward to parse the more robust data available via the sysinfo API (formerly sysinfo.json). Sysinfo shows all of these values (and more) with appropriate identifiers:
According to the code, the /tmp/snrlog/xxx... files show the date/time, signal, noise, tx mcs, tx bitrate, rx mcs, rx bitrate, bw adjust
but that file was intended for internal use rather than as a data source for other apps.
but that file was intended for internal use rather than as a data source for other apps.
Bill KA2FNK