cceremuga / pypacket

Modular APRS Rx IGate framework for RTL-SDR devices.
https://pypacket.app
GNU General Public License v3.0
51 stars 14 forks source link

Option to include coordinates in logs #52

Open Nodeswitch opened 4 years ago

Nodeswitch commented 4 years ago

At the moment logging is configured to write asctime, levelname and message.

Would it be possible to add in an option in the configuration file to enable additional parameters to be logged, such as the LAT/LONG that's displayed on the CLI friendly log?

This isn't anything of great benefit right now, but would be a nice to have to potentially visualise in another tool, with the free tier of aprs.fi only allowing you to view received beacons over the last 24 hours.

cceremuga commented 4 years ago

@Nodeswitch I can certainly manage that. Additionally, what do you think about logging right to a CSV type format for easy import into a spreadsheet or database system?

Nodeswitch commented 4 years ago

@cceremuga something like that would be great, yeah!