GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LOG2GPX(1) FreeBSD General Commands Manual LOG2GPX(1)

log2gpx - Convert Dire Wolf log files to GPX format.

log2gpx [ file ... ]

The command line can contain one or more log file names. If no files are specified, stdin is used.

The result is always written to stdout. Redirect stdout to save results to a file.

log2gpx converts Dire Wolf log files to the GPX format used by many mapping applications.

Stationary entities are converted to waypoints. Moving entities are converted to tracks.

None.

direwolf -l logdir

log2gpx logdir/* > everybody.gpx

egrep -e '^[^,]+,[^,]+,[^,]+,WB2OSZ,' logdir/* | log2gpx > justme.gpx

More detailed information is in the pdf files in /usr/local/share/doc/direwolf, or possibly /usr/share/doc/direwolf, depending on installation location.

Applications in this package: aclients, atest, decode_aprs, direwolf, gen_packets, kissutil, ll2utm, log2gpx, text2tt, tt2text, utm2ll


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.