Pi-APRS
Pi-APRS copied to clipboard
PI-APRS Time stamp
Would it possible to add a time stamp to the incoming packets on the terminal?
Don't know if it's helpful, but here is how I time-stamp telemetry decodes in Direwolf (9600 baud .conf file in this example) -AND- write the same data to a text file in a ./log directory:
direwolf -c 9600.conf -dup -t 0 -qd | ts '[%Y-%m-%d %H:%M:%S]' | tee -a log/$(date +%Y-%m-%d--%H%M)
Thanks!