Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Crowdsourced Data Collection, Open Source Mapping And Routing


Reply
 
Share Thread Tools Display Modes
Old 07-15-2009, 11:41 AM   #1
FLAC
 
soundman98's Avatar
 
Join Date: Jan 2008
Location: on the border of northern IL/IN
Posts: 920
soundman98 is a jewel in the roughsoundman98 is a jewel in the roughsoundman98 is a jewel in the roughsoundman98 is a jewel in the rough
gps logging program

i have been looking for cheap/free gps logging program to get started logging, and came across this little program:

http://www.aerog.com/software.shtml

it is free to try for 30 days, but costs $30 after that.

so far, i have been very impressed with it, it is a very feature packed program, and allows you to modify almost all aspects of what data to save, and how to log the data. the data is typically saved as *.gps, but can be opened in notepad to view the lines.

the info from the site:

Quote:
GPS Logger v3.02.11*



Currently used in Europe, Asia, and the USA - GPS Logger is a simple NMEA sentence logger specifically designed for vehicle position recording and scientific GPS position recording applications.



User selectable NMEA sentences are saved in time-stamped packets allowing later analysis, interpretation, interpolation, geographic positional plots, or GPS-track re-creation. Different text file formats are menu-selectable.

Additional features include easy-to-read UTC and local time display and PC-clock to GPS synchronization.

Please read the "readme.txt" bundled in the GPS Logger download for the latest update information.



GPS Logger Features (v3.x)

Multiple serial-port capability (COM1-COM8)
Logging via a primary, filterable port and monitoring/logging of an auxiliary second port.
User-defined filters: Have a special sounder sentence you want to grab? Add it to your own database with v3.x
Independent clocks: One clock refers to UTC time delivered by the GPS, the other refers to either the local time derived by GPS time or local system time.
Many start-up automation options
Creates a Maptech .trk Track file log while logging data (optional)
Creates a UTM-coordinate log file, deriving UTM Coordinates from NMEA lat/lon coordinates on-the-fly (optional)
Basic Log filename can be specified via a command-line argument
Starting with v3.02.9 GPSLogger supports up to com port 50
...and many more features

soundman98 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 07-15-2009, 12:02 PM   #2
North of the land of Hey Huns
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,038
malcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to all
To be honest I just wrote my own that collects raw NMEA sentences in a text file. Took me all of about 10 minutes in c#. Once they come up with what data the format should be stored as pre-uploading to the server I'm sure some people will come out with programs here.
__________________
RevFE - Try it, you just might like it.
Carbon - Next Generation Touchscreen Browser
Come join us on IRC: irc.efnet.net #mp3car
Audiophiles make me chuckle as they pad my wallet.
malcom2073 is offline   Reply With Quote
Old 07-15-2009, 02:24 PM   #3
FLAC
 
soundman98's Avatar
 
Join Date: Jan 2008
Location: on the border of northern IL/IN
Posts: 920
soundman98 is a jewel in the roughsoundman98 is a jewel in the roughsoundman98 is a jewel in the roughsoundman98 is a jewel in the rough
Quote: Originally Posted by malcom2073 View Post
To be honest I just wrote my own that collects raw NMEA sentences in a text file. Took me all of about 10 minutes in c#. Once they come up with what data the format should be stored as pre-uploading to the server I'm sure some people will come out with programs here.

depending on the requirements, would you mind sharing that program?
soundman98 is offline   Reply With Quote
Old 07-15-2009, 03:49 PM   #4
North of the land of Hey Huns
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,038
malcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to all
I would not mind at all. Its at home and I'm on travel so ill post it up this weekend
__________________
RevFE - Try it, you just might like it.
Carbon - Next Generation Touchscreen Browser
Come join us on IRC: irc.efnet.net #mp3car
Audiophiles make me chuckle as they pad my wallet.
malcom2073 is offline   Reply With Quote
Old 07-15-2009, 04:29 PM   #5
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
GPS logging is very simple.

It all depends on what you want to do with it.

Have it stored locally, sent to a website or something else.
Enforcer is offline   Reply With Quote
Old 07-19-2009, 10:48 AM   #6
North of the land of Hey Huns
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,038
malcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to allmalcom2073 is a name known to all
Here's a simple GPS logger. All it does is listen to the specified COM port at the specified baud rate and output it to a file. I use this for logging my tracks so I can run them through a parsing program later to weed out the points when I don't have a fix or invalid returns etc.
Attached Files
File Type: zip GpsLogger.zip (5.0 KB, 15 views)
__________________
RevFE - Try it, you just might like it.
Carbon - Next Generation Touchscreen Browser
Come join us on IRC: irc.efnet.net #mp3car
Audiophiles make me chuckle as they pad my wallet.
malcom2073 is offline   Reply With Quote
Old 07-20-2009, 10:10 AM   #7
FLAC
 
soundman98's Avatar
 
Join Date: Jan 2008
Location: on the border of northern IL/IN
Posts: 920
soundman98 is a jewel in the roughsoundman98 is a jewel in the roughsoundman98 is a jewel in the roughsoundman98 is a jewel in the rough
Thanks!
soundman98 is offline   Reply With Quote
Old 08-18-2009, 05:00 PM   #8
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
you could try my app. its free as well. find it here

http://www.mp3car.com/vbulletin/gps/...me-server.html
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-18-2009, 06:20 PM   #9
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by lambosprit View Post
you could try my app. its free as well. find it here

http://www.mp3car.com/vbulletin/gps/...me-server.html

this is the best one i've tried yet!
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 08-19-2009, 05:40 AM   #10
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by Sonicxtacy02 View Post
this is the best one i've tried yet!

thanks for the compliment. Glad you like it
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
W3bTracker - GPS Tracking & Secure Location Marking (also offering Mologogo tracking) W3bMa5t3r User Innovations 353 08-24-2009 10:31 AM
Real solution to G4 GPS being detected by Windows as crazy serial mouse? johnk Mp3Car Infill G4 - Double Din Car Computer 17 03-22-2009 11:00 AM
2 GPS program in RR w. MC2 GuMiSZu Road Runner 0 02-12-2007 04:58 AM
Getting Started with GPS grepzen The FAQ Emporium 12 09-26-2006 06:54 AM
External GPS - Running the Program multiple times Purplxd Road Runner 4 10-31-2005 03:20 AM



All times are GMT -5. The time now is 11:13 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics