Pi-APRS icon indicating copy to clipboard operation
Pi-APRS copied to clipboard

PI-APRS Time stamp

Open km4ack opened this issue 5 years ago • 2 comments

Would it possible to add a time stamp to the incoming packets on the terminal?

km4ack avatar Jun 30 '20 14:06 km4ack

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)

K4KDR avatar Jun 30 '20 14:06 K4KDR

Thanks!

km4ack avatar Jun 30 '20 15:06 km4ack