Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS


Reply
 
Share Thread Tools Display Modes
Old 06-07-2009, 06:34 AM   #1
Newbie
 
Join Date: Apr 2009
Posts: 36
KiaTuner is on a distinguished road
My new GPS app w/ Google Maps - Please test

Update: New Version!

I have uploaded a new version. It still isnt where I want it to be, but it does quite a bit. It provides directions, but not turn-by-turn, just a path on a map as of now. I'm still not sure if anyone has even gotten the thing installed, so if you do, please let me know.

Screenshots:

Main Screen:


Find Destination Screen:



Download here.


---- Original Post -----


I have spent the last few days creating a GPS program in Adobe Air, and finally have something to share. It isn't pretty (yet), and doesn't provide directions (tomorrows to-do), but it does show you where you are as you drive.

Eventually I plan for this to be a completely free GPS Navigation program, with turn-by-turn spoken directions, etc.

Please test it out, and let me know what you think.

Required
  • Constant Internet Connection (I'm using my iPhone Edge Connection tethered to a laptop)
  • GPS Receiver
  • XPort
  • Adobe AIR
  • SerProxy

How To Install
  1. Install Adobe Air.
  2. Install XPort
  3. Run XPort and configure it to split out to some ports. Make sure NMEA is on.
  4. Download and Unzip SerProxy. (This takes the GPS information from XPort and passes it along to a Socket so the Adobe AIR Application can read it because Adobe Air cannot access com ports directly.)
  5. Configure SerProxy to forward information from one of the ports XPort is splitting to to socket 5331 by opening serproxy.cfg in notepad and following the instructions.
  6. Run Serproxy.exe.
  7. Download and Install KiaTuners Nav Air Application.
  8. Run KiaTuners Nav Application.

You can make sure its working by looking at the SerProxy console. There should be mention of connections. If not, there is an issue with your configuration.

If all works, take a drive and try it out. The + & - buttons zoom. Others do nothing. If you drag the map, a X button will appear. The map will not auto-follow until you click that x button.

Let me know what you think, and if it works for you. My main concern is if I am parsing the GPS data correctly, and if it lags to much.

Thanks!
KiaTuner
Attached Files
File Type: zip KiaTunerNav.zip (609.7 KB, 60 views)

Last edited by KiaTuner; 07-06-2009 at 05:27 PM.
KiaTuner is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 06-07-2009, 08:34 PM   #2
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Looking at your feature list, looks like you've at least figured out the windows side. You can use a socket connection to gpsd on Linux/Mac and that will keep it cross platform.

Why do you need a constant internet connection?

Have you thought about supporting OSM maps?

Cheers,

-Kev
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 06-07-2009, 08:43 PM   #3
Newbie
 
Join Date: Apr 2009
Posts: 36
KiaTuner is on a distinguished road
Quote: Originally Posted by kev000 View Post
Looking at your feature list, looks like you've at least figured out the windows side. You can use a socket connection to gpsd on Linux/Mac and that will keep it cross platform.

Why do you need a constant internet connection?

Have you thought about supporting OSM maps?

Cheers,

-Kev

I haven't looked into OSM Maps. The reason it requires an internet connection is because everything is running off google maps. It is basically aimed to be a CarPC front-end for google Maps w/ GPS functionality. I chose google maps w/ an internet connection because it saves me from having to update maps files, etc, and I like Googles directions, etc over other services.

Once i get it functioning as a Navigation system, I want to add a community factor to it so you can add "friends" and see where they are on your map as well, and vice-versa.
KiaTuner is offline   Reply With Quote
Old 06-07-2009, 09:30 PM   #4
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Quote: Originally Posted by KiaTuner View Post
I haven't looked into OSM Maps. The reason it requires an internet connection is because everything is running off google maps. It is basically aimed to be a CarPC front-end for google Maps w/ GPS functionality. I chose google maps w/ an internet connection because it saves me from having to update maps files, etc, and I like Googles directions, etc over other services.

Once i get it functioning as a Navigation system, I want to add a community factor to it so you can add "friends" and see where they are on your map as well, and vice-versa.

Okay, that makes sense. I've actually thought of using google maps. The only drawback is the internet connection requirement. I really like the traffic, routing, and search capabilities tho. I'm really torn over the pros/cons...

Keep up the good work. If you can integrate with gpsd, that'd be very cool, then us mac/linux guys can use it as well .
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development

Last edited by kev000; 06-07-2009 at 09:35 PM.
kev000 is offline   Reply With Quote
Old 06-08-2009, 04:13 AM   #5
Newbie
 
Join Date: Apr 2009
Posts: 36
KiaTuner is on a distinguished road
Quote: Originally Posted by kev000 View Post
If you can integrate with gpsd, that'd be very cool, then us mac/linux guys can use it as well .

Turns out the program I am using to forward the data from serial/com to socket is also available for linux: http://www.lspace.nildram.co.uk/freeware.html
KiaTuner is offline   Reply With Quote
Old 06-08-2009, 07:20 AM   #6
Newbie
 
Join Date: Dec 2008
Posts: 23
nicr4wks is an unknown quantity at this point
iPhone has a program to pre-download google maps so you can browse them in offline mode, maybe something similar could be used here to ditch the need for internet?
nicr4wks is offline   Reply With Quote
Old 06-08-2009, 08:26 AM   #7
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Quote: Originally Posted by nicr4wks View Post
iPhone has a program to pre-download google maps so you can browse them in offline mode, maybe something similar could be used here to ditch the need for internet?

That's a hack at best. Plus, afaik, you still can't use the search, routing and other cool features that comes with google earth. even xgps for the iphone is moving to use OSM instead of google maps.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 06-08-2009, 10:34 AM   #8
Newbie
 
Join Date: Nov 2006
Posts: 13
goroX is an unknown quantity at this point
Can you post some screenshot.
goroX is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-08-2009, 12:03 PM   #9
Newbie
 
Join Date: Apr 2009
Posts: 36
KiaTuner is on a distinguished road
Quote: Originally Posted by nicr4wks View Post
iPhone has a program to pre-download google maps so you can browse them in offline mode, maybe something similar could be used here to ditch the need for internet?

While I like the idea, Kev000 is right. It would strip the functionality completely, including the ability to get driving directions if there were no internet connection. The bright side is, just about any smartphone out there can be tethered to a computer to provide internet, and a simple 2g connection is enough for the app to function in a usable manner.

Quote: Originally Posted by goroX View Post
Can you post some screenshot.

Will do later today, I am at work right now.
KiaTuner is offline   Reply With Quote
Old 06-08-2009, 11:35 PM   #10
Newbie
 
Join Date: Apr 2009
Posts: 36
KiaTuner is on a distinguished road
I am very close to having the directions worked out (about another day of work) so I will wait until that is working, and then make a small video of the app rather than a screenshot, because at this point a screenshot is rather useless.
KiaTuner is offline   Reply With Quote
Old 06-10-2009, 06:29 PM   #11
Newbie
 
Join Date: Apr 2009
Posts: 36
KiaTuner is on a distinguished road
Today's work went well. I got the POI search working, and directions information half-way implemented. I hope to be able to complete the directions within the next few days. Anyone had any success with the app?
KiaTuner is offline   Reply With Quote
Old 06-23-2009, 10:58 AM   #12
Low Bitrate
 
Join Date: Jan 2008
Location: MD, USA
Posts: 84
Creative0Mind is an unknown quantity at this point
Very interested. Subscribing.
__________________
CarPC: Mini-MAC Coming Soon!

/////AlpineTalk
For the Alpine Enthusiasts in you!

FS:: Lexus ES350: Complete Rear Seats
Creative0Mind is offline   Reply With Quote
Old 06-23-2009, 11:18 AM   #13
Maximum Bitrate
 
colin's Avatar
 
Join Date: Dec 2006
Posts: 620
colin will become famous soon enoughcolin will become famous soon enough
I'm interested, as im sure a bunch of us are. You really have to post screen shots though to get people motivated.
__________________
2001 Mustang Convertible Worklog
Indigo Custom Frontend (Flash/Delphi)
Blog

Code:
Currently: - Working on my new product! Wiring: |■■■■■■■■■■■■■■■■■■--| Trunk: |■■■-----------------| Sound: |■■■■■■--------------| Screen: |■■■■■■--------------|

colin is offline   Reply With Quote
Old 06-23-2009, 12:38 PM   #14
Newbie
 
Join Date: Apr 2009
Posts: 36
KiaTuner is on a distinguished road
Sorry, I have been really busy with work lately. I will put up some shots tonight.
KiaTuner is offline   Reply With Quote
Old 06-23-2009, 01:05 PM   #15
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
subscribing
pcpete 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
complete car computer 8in touch screen & gps with maps and dell x5 pda logic0010 Classified Archive 4 08-29-2005 06:52 PM
Google release Maps API shotgunefx Software & Software Development 1 06-30-2005 03:50 AM
The Ultimate GPS Test ( Lake District ) Jamez_Warner Off Topic 41 04-28-2004 04:45 AM
Anyone Help Test a GPS App? ukchris Software & Software Development 42 04-08-2004 04:37 PM



All times are GMT -5. The time now is 10:06 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