Jump to content

Software Development For Gps


edschminke

Recommended Posts

I'm looking to develop Windows PC based applications that will communicate with GPS units. Specifically the Garmin units, which is what I own. I spent a good couple hours google searching a number of keywords, but wasn't able to come up with a good "start point".

 

I'm familiar with the concepts of a number of different programming languages. I was looking to begin development for this application in C++ however.

 

Does anybody know of a good resource that I might be able to use? Something that would start off as simple as producing the equiviliant of the "Hello world" application? Any help would be appreciated!

Link to comment

If you're looking for a fun project, I'd rank implementing Garmin protocol to actually work on a variety of real-world hardware on the fun-o-meter slightly below jamming a fork into ones own eyeball.

 

Garmin does publish a spec that almost matches their hardware. It's gotten better in recent years, but it's still not great.

 

Ask yourself if you can use GPSBabel to do the actual receiver xters for you. Applications like GSAK and Google Earth have had some success doing so.

Link to comment
Applications like GSAK and Google Earth have had some success doing so

 

As usual, Robert is being rather humble here :D . I nearly went down this path when first writing GSAK. Robert enlightened me about the many problems involved in trying to "play nice" with the Garmin spec.

 

If you are a masochist then go for it. Otherwise, take a good look at GPSBabel - I am sure it will suit your needs admirably.

Link to comment

If a desire to learn how stuff works makes me a masochist, then i guess I'm a masochist. LOL

 

Everyone always looks at me cross-eyed when i say I wanna build something from scratch. Just helps my understanding of it all I guess

 

Again... some sort of start point or somebody's source code to even just look at would be great.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...