digital-car.co.uk    

Go Back   digital-car.co.uk > General > Mobile Data Services & Systems

Reply
 
Thread Tools Display Modes
Old 27-10-2008, 12:05 PM   #286
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
Quote:
Originally Posted by radiotrib View Post
Hi Terran - I'm not sure any more. I just set up an agent to do my CVS connectivity for me, but I haven't looked there since a half year ago, and they've upgraded the system since then.

I'm up to my nuts in alligators almost every day lately so I get very little time to do anything except pay bills and support my wife's business with IT services. And even then, if I get the chance, I still have a boatshed full of junk to empty and clean up, and then a dismantled VW to move into it, so life is based on 28 hour days right now.
Dont worry about it,,,, figured you where busy....

I accessed my old copy and its sort of running at the mo off my server with out the cron in place....

Terran
__________________

ccsnet is offline   Reply With Quote
Old 27-10-2008, 08:11 PM   #287
radiotrib
Advanced Member
 
radiotrib's Avatar
 
Join Date: Jun 2007
Location: Den Haag, Holland
Posts: 1,494

radiotrib is on a distinguished road
Send a message via Skype™ to radiotrib
IIRC the last copy on the server was the copy I pushed to CVS anyway, so you should be up to date. If not I might be able to zip up what I have and put them on my server for you to grab.
__________________
Audio and Carputer ... Done ... See for Yourself
New Version of IBusComM for E39 includes
repaired scrolling track titles on e39 displays
FFWD/FRWD/Next/Prev track on steering wheel <> buttons,
Toggle between 2 screens with Steering wheel R/T button.
radiotrib is offline   Reply With Quote
Old 28-10-2008, 10:39 AM   #288
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
Right guys.... following the convo on MT this is what I'm looking at...

App flow v0.1

Program Awarness
Clear Cache on start / hibernation / standby return ( Can use CF )
Check for Internet connection ( Can use CF )
Reset any ports
Download

Download & Process Data
Read feed locations from http://www.bbc.co.uk/travelnews/tpeg/tpeg.opml

Using selected feeds from http://www.bbc.co.uk/travelnews/tpeg/tpeg.opml Download & store in local DB or files ( tpegML )
( I'm assuming I will be needing some kind of XML translation and Event refrence.... BBC provide DTD files... but not sure how to use or if I need too OR there is this & this )
( later I will also add DATEXII from HA ), Long term I will use all the info

Check for Event (Optional)
Check GPS location
Action any proximity warnings based on location & settings

Warning of An Event (Optional)
If near an event verbally warn the user
If near an event visally warn the user
May be use logodashboard to display

User Interface
Allow the user to select which feeds to cache and how offten
Allow the user to filter by event type
Allow the user to filler by location / proximity
Allow the user to view the feeds via a list view with event icons attached

User Settings
Set TMC Com Port Out
Set Verbal Warnings Options
Set Visual Warnings Options
Set Check Warnings Options

Republish In TMC Format
Read file or DB with tpegML
Filter and convert to Open TMC Data
Push all data in to virtual com port in a TMC ( Open TMC ) format to allow CF2 and others to use it. Alert C may be the format.
Act as device emulator in case the client program needs to think its talking to hardware

NB Other interactions with the non traffic data to come later



The CF2 SDK is here http://www.fluxmedia.net/fluxdev.aspx
POIWarner is a good example of the planned CF2 interface which I may leverage as it includes the source.

NB The web system will still be in place and will be needed for the DATEXII stuff

Terran

DTD Stuff & here
XML Stuff
__________________


Last edited by ccsnet; 28-10-2008 at 03:19 PM.
ccsnet is offline   Reply With Quote
Old 28-10-2008, 03:24 PM   #289
monzablue16v
Senior Member
 
Join Date: Apr 2007
Posts: 561
monzablue16v is on a distinguished road
Looks interesting and similar to some things I was looking into, the openTMC seems to be in it's early days at the moment. Definitley the way forward mind you.
OpenTMC Forum

The BBC traffic XML looks to be well formatted and easy enough to grab read and dispose then update after predefined time. Will have another look through it all when I get in tonight and I have my dev box instead of the bosses circling like the vultures.....
__________________
IGO 8 PC Developer site
monzablue16v is offline   Reply With Quote
Old 28-10-2008, 03:40 PM   #290
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
I tried to add the OPML and the raw tpeg xml as external data sources but VS wont have it Grrrrr.

Terran
__________________

ccsnet is offline   Reply With Quote
Old 28-10-2008, 04:07 PM   #291
monzablue16v
Senior Member
 
Join Date: Apr 2007
Posts: 561
monzablue16v is on a distinguished road
Have a squiz through this T :)
http://support.microsoft.com/kb/307548

edit: and this
http://www.c-sharpcorner.com/uploadf...tmellli21.aspx
__________________
IGO 8 PC Developer site

Last edited by monzablue16v; 28-10-2008 at 04:15 PM.
monzablue16v is offline   Reply With Quote
Old 28-10-2008, 05:21 PM   #292
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
Handy - will read when kids are in bed.

Terran
__________________

ccsnet is offline   Reply With Quote
Old 28-10-2008, 08:21 PM   #293
monzablue16v
Senior Member
 
Join Date: Apr 2007
Posts: 561
monzablue16v is on a distinguished road
Looking at it now matey will see if I can cobble some code together to read some data out, actually getting the Xml into C# is easy enough it's the breaking it down as the formatting of that is strange.
:)
__________________
IGO 8 PC Developer site
monzablue16v is offline   Reply With Quote
Old 28-10-2008, 08:54 PM   #294
monzablue16v
Senior Member
 
Join Date: Apr 2007
Posts: 561
monzablue16v is on a distinguished road
Now my night of Farcry2 is a night of reading more in depth on XML and Xpath :) Good job I like coding :D
__________________
IGO 8 PC Developer site
monzablue16v is offline   Reply With Quote
Old 28-10-2008, 09:35 PM   #295
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
He he - I'm back..... I need to learn this at the same time Monza so nudge me rather than do it for me if you can.....

Off to read your links and a C# book.

Terran
__________________

ccsnet is offline   Reply With Quote
Old 28-10-2008, 09:59 PM   #296
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
Quote:
Originally Posted by monzablue16v View Post
Looking at it now matey will see if I can cobble some code together to read some data out, actually getting the Xml into C# is easy enough it's the breaking it down as the formatting of that is strange.
:)
Yep - reading those links that would explaine why I cant add it as a data source....

I have some working php stuff if thats any help ?

Terran
__________________

ccsnet is offline   Reply With Quote
Old 28-10-2008, 10:02 PM   #297
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
Some more about tpegML - http://www.itsregistry.org.uk/conten...15.html&view=1

Terran
__________________

ccsnet is offline   Reply With Quote
Old 28-10-2008, 10:03 PM   #298
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
I think its this DTD refrence file that is the key.... seems to be like a xsd map of sorts ( if I understand correctly ).

http://www.bbc.co.uk/travelnews/xml/tpegml_dtds.zip

Terran
__________________

ccsnet is offline   Reply With Quote
Old 28-10-2008, 10:06 PM   #299
monzablue16v
Senior Member
 
Join Date: Apr 2007
Posts: 561
monzablue16v is on a distinguished road
No need the xml file has everything you need in it. The DTD stuff seems to be quite in depth. I can now read the values out of the xml file using Xpath, now trying to manipulate the data and see how it's structured then comment the code and post it up :) That should give you a bit of a direction with the code. I'm on kez_97@hotmail.com on MSN :)

edit: try this link for a quick xpath overview
http://www.codeproject.com/KB/cpp/myXPath.aspx
__________________
IGO 8 PC Developer site
monzablue16v is offline   Reply With Quote
Old 28-10-2008, 10:15 PM   #300
ccsnet
DC Organiser
 
ccsnet's Avatar
 
Join Date: Feb 2004
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 16,590

ccsnet will become famous soon enough
OK - Pretty sure a schema is needed and I know what tool to use to get the dtd to an xsd.

Terran
__________________


Last edited by ccsnet; 28-10-2008 at 10:18 PM.
ccsnet is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Forum Jump
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


All times are GMT +1. The time now is 12:52 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Website Hosted by
www.wicked-websites.co.uk