Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS


Reply
 
Share Thread Tools Display Modes
Old 07-14-2005, 03:42 PM   #31
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Just to be clear.. you need to have a licenced version to access the TMC data either via GPS or accross the net..... ( unless you can access the data via a Free supplier and write some code to use it.... Watch this space )

Terran
ccsnet is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-15-2005, 08:13 AM   #32
Variable Bitrate
 
Join Date: Apr 2004
Location: The land of polar bears and nekkid blonds
Posts: 446
Maximus is on a distinguished road
Quote: Originally Posted by ccsnet
Just to be clear.. you need to have a licenced version to access the TMC data either via GPS or accross the net.....

Uhm... no you don't
The Swedish Road Administration transmits Traffic Info through the national radio channel "P3".
Public service so it's "free" for everyone.

Maximus is offline   Reply With Quote
Old 07-15-2005, 08:49 AM   #33
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
No what I meant was that you need a licenced version before you can access the data even over the air ( even if its free ) cos the prog wont let you... or is that not the case ?

Terran
ccsnet is offline   Reply With Quote
Old 07-15-2005, 08:58 AM   #34
Variable Bitrate
 
Join Date: Apr 2004
Location: The land of polar bears and nekkid blonds
Posts: 446
Maximus is on a distinguished road
I take it you cant see the 800X600pixel screenshot in my previous post

/M
Maximus is offline   Reply With Quote
Old 07-15-2005, 09:01 AM   #35
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Quote: Originally Posted by Maximus
I take it you cant see the 800X600pixel screenshot in my previous post

/M

MMMmmmm I stand corrected..

Terran
ccsnet is offline   Reply With Quote
Old 07-15-2005, 10:16 AM   #36
Variable Bitrate
 
Join Date: Apr 2004
Location: The land of polar bears and nekkid blonds
Posts: 446
Maximus is on a distinguished road
Well, it's either very smart or incredible stupid.

The routing seems very strange...
You have to enter both your starting point as well as destination in order to make a route.
But you can enter the same location as both starting point and destination and it'll give
you the correct route based on your gps location.

I made a short test route and then it thought that I should go on sightseeing through the
town where I live before finally going onto the freeway, and that despite the fact that
I live one roundabout and 400m of straight road away from the freeway.

But when I switched to "lorry mode" it took the shortest/fastest route.

Second try was a trip from my place to my grandparents place, a 12 hour drive that I have done 100's of times
during the years.... But this little guy managed to find a route that I've never used before and that no other
route planner / navigation software have ever thought of using either. It's not the fastest route
and it's not the shortest so I don't know what factors they use when planning the routes.


/M

Last edited by Maximus; 07-15-2005 at 10:18 AM.
Maximus is offline   Reply With Quote
Old 07-15-2005, 11:13 AM   #37
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Is that not part of the programing of the SDK though ?

Ie you could create a frount end and when entering the start it could say do it automatically. But if you think of it you could use this and make your prog more flexable - ie multiple journey calculated ie way points... so you could do one big jorney but set lots of way points... I can see this function been of some use then...

Also if you did what Route 66 ( I think does ) you can enter your apointments for the day and the locations and it tells you what order and route based on that info... so I can sort of see where its going.

As to its routing above... its had to say with out playing with more routes etc...

Terran
ccsnet is offline   Reply With Quote
Old 07-15-2005, 01:52 PM   #38
Variable Bitrate
 
Join Date: Apr 2004
Location: The land of polar bears and nekkid blonds
Posts: 446
Maximus is on a distinguished road
Quote: Originally Posted by ccsnet
Is that not part of the programing of the SDK though ?

Ie you could create a frount end and when entering the start it could say do it automatically. But if you think of it you could use this and make your prog more flexable - ie multiple journey calculated ie way points... so you could do one big jorney but set lots of way points... I can see this function been of some use then...

I see the point of having to enter a starting position when you don't have any GPS connected, but once I have GPS lock it shouldn't be necessary.

With the SDK you have no control over the visual aspects, so going into full screen (like in the first screenshot) has to be done manually.
If you could have used skins on the desktop version then we wouldn't have had any need for the SDK at all.

It seems that the SDK is a work in progress, especially if you take a look at the readme file where they say what works and what does not.
Unfortunatley I don't think we'll ever have a SDK that works in the same way as destinator does, so at best you could switch off everything but the map, but the base application would still be running so you wold have to embed that into your own control software and then embed that into your favorite front end.

But it's still a resource hog, 170MB of ram and using 10-20% cpu (Pentium M1.6) most of the time so I can only imagine what it will do on an VIA 800mhz carputer.
Maximus is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-15-2005, 03:03 PM   #39
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Quote: Originally Posted by Maximus
I see the point of having to enter a starting position when you don't have any GPS connected, but once I have GPS lock it shouldn't be necessary.

With the SDK you have no control over the visual aspects, so going into full screen (like in the first screenshot) has to be done manually.
If you could have used skins on the desktop version then we wouldn't have had any need for the SDK at all.

It seems that the SDK is a work in progress, especially if you take a look at the readme file where they say what works and what does not.
Unfortunatley I don't think we'll ever have a SDK that works in the same way as destinator does, so at best you could switch off everything but the map, but the base application would still be running so you wold have to embed that into your own control software and then embed that into your favorite front end.

But it's still a resource hog, 170MB of ram and using 10-20% cpu (Pentium M1.6) most of the time so I can only imagine what it will do on an VIA 800mhz carputer.

I could see that if the SDK is in use that it would expect the client app to tell it where it is... in other words its prurpsly stupid. That been said I think we need a real contact at Altutrion... I'd like to see a MapMonkey or Freedrive equiv to use this because for those of us in the EU we have got to start considering what to do when Destinator is dead ( and lets face it its not far off ( officially )).

I've said it before and I'll say it again - Altrurion is the best of ( not a bad ) but a young unexperinced bunch, and I do belive in the future it will kick a'' in comparison to others.

Terran

EDIT - Another thought... its not really designed for Via 800's, etc in mind is it ? Lets face it they are getting on now - even now 'I' am moving to an AMD 2600....
ccsnet is offline   Reply With Quote
Old 07-15-2005, 03:28 PM   #40
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Just Mailed This To Them

Hi, ( Please aim to the SDK / Develpers )

I write to on behalf of a number of people from MP3car.com ( a InCar Forum ) who have been looking at the SDK you released for v6. Already its been played with an found that it may be lacking in certain areas ( although we know your developing it still. ).

Is it possible for your selves either to provide a limited contact for some one involved with the SDK develpment so we can a) ask you questions and b) give you suggestions for improvement.

Some people would like to see a direct replacment at the very least for certian apps like Destinator which is no longer been developed by Powerloc and at best provide less than good support ( see some of threds on the site ).

May be rather than helping with the SDK we can help with improving the Windows interface instead - again there are good examples on the forum of how this was done with Destinator.

Before you say apply for the beta program - I personally did and have not heard back from your selves so I guess I was not good enough, but hopefully you may provide help to our community at large. ( Which BTW includes the US )

This is the key thred I have spoken about - my self I am know as CCSNET on there as well.

Thanks for your time - and I really hope we hear from you soon.

I'll also post this for others to see.....

http://www.mp3car.com/vbulletin/show...0&page=1&pp=15

( Ignor the spelling mistakes btw lol )
ccsnet is offline   Reply With Quote
Old 07-15-2005, 06:01 PM   #41
Variable Bitrate
 
Join Date: Apr 2004
Location: The land of polar bears and nekkid blonds
Posts: 446
Maximus is on a distinguished road
I'm going to write an e-mail to Alturion but I can only imagine their respons when I say...
"Hi, I've tried out a demo version of your software and although some parts are good it sucks in general, when will you fix it ?"

As you say, it is good and feature packed, no doubt about that.
But it has flaws, the graphics "engine" is really really bad, whenever you do something with the map you feal lucky if it works as it doesn't most of the time.

It isn't cheap either, over here it's ~$330 and for that I wouldn't have expected all those flaws.
Since I didn't buy it yet I'm mostly disappointed because it looked so good on paper.
If I had bought it I would have been pretty ****ed off by now.

As for resources, it uses up four times as much as FreeDrive.

In time I hope it'll be better, but right now it's just not worth the money.

/M

Last edited by Maximus; 07-15-2005 at 06:30 PM.
Maximus is offline   Reply With Quote
Old 07-15-2005, 06:12 PM   #42
Variable Bitrate
 
Join Date: Apr 2004
Location: The land of polar bears and nekkid blonds
Posts: 446
Maximus is on a distinguished road
Quote: Originally Posted by ccsnet
Just Mailed This To Them

Nice... interesting to see if they'll respond / be interesting in supporting the automotive PCs.

/M
Maximus is offline   Reply With Quote
Old 07-15-2005, 06:15 PM   #43
Newbie
 
Join Date: May 2005
Location: Reading, Berks, UK
Posts: 42
klokman is on a distinguished road
I agree given a decent SDK, and levels of support - this forum is proven to produce the goods time and time again

Last edited by klokman; 07-16-2005 at 06:58 PM.
klokman is offline   Reply With Quote
Old 07-15-2005, 06:24 PM   #44
Maximum Bitrate
 
Mad Ad's Avatar
 
Join Date: Oct 2004
Location: Hertfordshire UK
Posts: 533
Mad Ad is on a distinguished road
/me wallops Maximus with the stupid stick
Mad Ad is offline   Reply With Quote
Old 07-15-2005, 06:38 PM   #45
Variable Bitrate
 
Join Date: Apr 2004
Location: The land of polar bears and nekkid blonds
Posts: 446
Maximus is on a distinguished road
Happy now ?

I for one wouldn't buy something for $330 bucks without trying it first, that was the only way to try it.
If it would have met my expectations I'd have bought it, honest, but right now I think the flaws/bugs
are serious enough that I think it's nothing they'll solve over night.

Improve the graphics "engine".
Add skinning to the desktop version and/or make a "real" SDK.
Improve routing.

Then I'll buy it.

/M
Maximus 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
D3 with USB GPS after HIBERNATION BOND007BE Map Monkey 7 11-26-2004 02:54 PM
D3 and Bluetooth GPS DjBac Map Monkey 1 11-19-2004 02:16 AM
Alturion GPS Pro 5 + few bugs SuperSonic MediaCar 9 08-07-2004 12:54 PM
Destinator SDK + Destinator GPS Module miguelito GPS 3 07-21-2004 02:48 PM
GPS Works in Destinator SDK but not in Standard version Pebben GPS 0 03-08-2004 02:14 PM



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