Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 07-02-2009, 12:25 PM   #1
Variable Bitrate
 
thekl0wn's Avatar
 
Join Date: Apr 2005
Location: PoCo, Indiana
Posts: 247
thekl0wn is on a distinguished road
Suggested Developer Reading

This project interests me, as a developer and mobile computer enthusiast!

Upon a quick search, I've found a few resources which seem to be giving me a better grasp of what all this project(s) is going to encompass.

Starters
To start off with, the general direction and information is located in this thread.

Open Source Mapping
OSM Wiki Beginner's Guide to Mapping

NMEA Data -- National Marine Electronics Association.
http://www.mp3car.com/vbulletin/show...itle=NMEA+Data
http://www.nmea.org/content/nmea_sta..._standards.asp
http://en.wikipedia.org/wiki/NMEA
http://www.gpsinformation.org/dale/nmea.htm
http://aprs.gids.nl/nmea/
http://www.codeproject.com/KB/mobile...ications1.aspx

Mods, feel free to add/remove/alter anything to this post if need be, and I don't get to it first.
__________________
Planning [----X-----] 40%
Programming [-X-------] 20%
Parts [-----X----] 50%
Install [X--------] 5%

See Me In A Pink Skirt

Last edited by thekl0wn; 08-31-2009 at 02:39 PM.
thekl0wn is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 07-02-2009, 05:09 PM   #2
Mp3Car Staff
 
ecog's Avatar
 
Join Date: Aug 2005
Posts: 88
Blog Entries: 9
ecog is on a distinguished road
The OSM wiki has some good info too:
-OSM Wiki Beginner's Guide to Mapping
ecog is offline   Reply With Quote
Old 07-02-2009, 06:39 PM   #3
Mod - OBDII GPS Logger forum
 
Join Date: Mar 2009
Location: Los Angeles
Posts: 401
chunkyks is on a distinguished road
I realise this is more of a negative read than a positive one, but I find it interesting:
http://esr.ibiblio.org/?p=801

For what it's worth, I use gpsd for all my gps needs. If nothing else, it's really /really/ easy to use. The entire code that obdgpslogger needs to get lat,lon,alt is here: http://svn.icculus.org/obdgpslogger/....c?view=markup

For an idea of the things that gpsd can return, start at struct gps_data_t near the bottom of the header for using gpsd's libgps: http://svn.berlios.de/viewvc/gpsd/tr...93&view=markup
The really interesting bit for most people is gps_fix_t which is the first struct in that file.

Have fun,
Gary (-;

Last edited by chunkyks; 07-02-2009 at 06:42 PM.
chunkyks is offline   Reply With Quote
Old 07-02-2009, 08:29 PM   #4
North of the land of Hey Huns
 
Join Date: Jun 2004
Location: Westminster, MD
Posts: 1,035
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
That's all good and well, but it's kinda worthless coming from a heavily anti-windows guy (the gpsd lead) for two reasons. First, for this project to succeed I think we need to focus on the windows market as the majority of carputers we're dealing with here run windows. Anyone who argues that is a fool. Secondly of the primary things to watch out for when doing massive data collection and algorithm generation is data consistency. Unless that guy or someone else (you?) is planning on porting GPSD to windows it's worthless to us. You don't want to collect data two different ways depending on the platform, that's a great way to start running into issues real fast.
__________________
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-04-2009, 12:40 AM   #5
Mod - OBDII GPS Logger forum
 
Join Date: Mar 2009
Location: Los Angeles
Posts: 401
chunkyks is on a distinguished road
I fully recognise that gpsd is 'nix only and anti-windows.

I'm just suggesting that for want of a list of things that are easily accessible via a gps device, there's a big list right there.

Gary (-;
chunkyks is offline   Reply With Quote
Old 07-06-2009, 09:55 AM   #6
darth sidious lite
 
Fiberoptic's Avatar
 
Join Date: Jul 1978
Location: Baltimore, MD
Posts: 1,181
Blog Entries: 128
Fiberoptic will become famous soon enoughFiberoptic will become famous soon enough
Quote: Originally Posted by malcom2073 View Post
First, for this project to succeed I think we need to focus on the windows market as the majority of carputers we're dealing with here run windows.

In order for the solutions and algorithms I talk about here to work, we need millions of active probes or data from hundreds of thousands of probes collected over a long time. The long term plan should include the ability to collect data from gps or skyhook mobile devices (phones) to increase the chance of success.

Consumers are going to get grumpy with paying 9.99 a month for their nav apps and I hope we can leverage that to collect more data.
__________________
Check out our video blog. 100 videos and counting
Fiberoptic is offline   Reply With Quote
Old 07-06-2009, 10:58 AM   #7
Variable Bitrate
 
thekl0wn's Avatar
 
Join Date: Apr 2005
Location: PoCo, Indiana
Posts: 247
thekl0wn is on a distinguished road
IMO, shouldn't the focus/plan be aimed at the data, its integrity, and the availability to add/receive that info... Not the end-program(s) platform?
__________________
Planning [----X-----] 40%
Programming [-X-------] 20%
Parts [-----X----] 50%
Install [X--------] 5%

See Me In A Pink Skirt
thekl0wn is offline   Reply With Quote
Old 07-06-2009, 02:35 PM   #8
darth sidious lite
 
Fiberoptic's Avatar
 
Join Date: Jul 1978
Location: Baltimore, MD
Posts: 1,181
Blog Entries: 128
Fiberoptic will become famous soon enoughFiberoptic will become famous soon enough
Quote: Originally Posted by thekl0wn View Post
IMO, shouldn't the focus/plan be aimed at the data, its integrity, and the availability to add/receive that info... Not the end-program(s) platform?

yes, the focus should be on data collection.

I think we were talking about probe and data collection platforms not navigation/routing/ user interface platforms or the server which will collect this data.
Fiberoptic is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-07-2009, 10:42 AM   #9
Variable Bitrate
 
thekl0wn's Avatar
 
Join Date: Apr 2005
Location: PoCo, Indiana
Posts: 247
thekl0wn is on a distinguished road
I'm curious as well, if anyone knows of a good buyer's guide for the actual GPS units.
__________________
Planning [----X-----] 40%
Programming [-X-------] 20%
Parts [-----X----] 50%
Install [X--------] 5%

See Me In A Pink Skirt
thekl0wn 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
Anybody know TOYOTA PID's for reading mileage? Oman4x4 Engine Management, OBD-II, Engine Diagnostics, etc. 2 11-14-2008 11:40 AM
bluetooth woes gentoocar Linux 120 12-23-2007 01:04 AM
Split: Reading a video file in VB becksta Coders Corner 0 10-31-2007 09:43 PM
Good source for reading schematics Frickn General Hardware Discussion 4 08-30-2000 11:20 PM



All times are GMT -5. The time now is 09:14 AM.


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