Traffic Information in CamerAware |
![]() ![]() |
Traffic Information in CamerAware |
|
Nov 17 2006, 15:57
Post
#21
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
OK dudes, he's a really really really really rough concept to prove that traffic information is viable.
Unzip, drop the EXE somewhere and run it. No GPS hardware is needed, you select your location by town name in this quick mock up. Points to note:
P
Attached File(s)
-------------------- ![]() |
||
|
|
|||
|
Nov 17 2006, 16:00
Post
#22
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
Just realised it displays '0 Reports' regardless of how many they are, obviously didn't code that bit...
Oh well P -------------------- ![]() |
||
|
|
|||
|
Nov 17 2006, 23:10
Post
#23
|
||
|
Newbie Group: Posters Posts: 31 Joined: 15th April 2005 Member No.: 124,033 Device(s): Fujitsu Siemens LOOX T830 |
Looks good, can't test it at the moment due to only having a sqaure screen. But looking forward to the finished product. Glad you got the DTD issue sorted.....don't worry you're not the only one to have suffered the limited XML support in Compact Framework
G This post has been edited by gsm122448: Nov 17 2006, 23:14 |
||
|
|
|||
|
Nov 18 2006, 10:14
Post
#24
|
||
|
Diehard Group: Posters Posts: 324 Joined: 28th March 2005 Member No.: 120,204 Device(s): MDA Vario III |
just had a play and it seems good. My only concern is how easy it or any traffic info would be to use whilst driving. Unless the info is read out?
pjam |
||
|
|
|||
|
Nov 18 2006, 15:56
Post
#25
|
||
![]() Regular Group: Posters Posts: 145 Joined: 1st June 2004 From: Southampton Member No.: 45,166 |
Works fine on my Tytn. Would be a great addition to CamerAware.
Rob -------------------- Now using a Vario 3 on Web 'n Walk Pro
Previously an MPX200, a C500 an SDA2, Imate Jam and a Tytn. Vario 3 is the dogs! |
||
|
|
|||
|
Nov 18 2006, 16:04
Post
#26
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
I figure in CamerAware there would be traffic icon that illuminates when there are traffic conditions available.
Text to speech would be great, but not found a way to do it yet :-( P -------------------- ![]() |
||
|
|
|||
|
Feb 8 2007, 09:27
Post
#27
|
||
![]() Diehard Group: MoDaCo Ad Free Posts: 301 Joined: 29th January 2003 Member No.: 2,441 Device(s): MDA Compact IV |
Traffic link is used by many companies for their traffic updates.
www.trafficlink.co.uk found a webservice which uses this data. www.trafficeye.co.uk - a web based map (using MS Live.com mapping) Here is the webservice endpoint: http://trafficeye.dotnetsolutions.ltd.uk/s.../incidents.asmx -------------------- |
||
|
|
|||
|
Feb 8 2007, 09:36
Post
#28
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
Looks interesting, i'll check that out.
It would be really useful if you could filter results from that service by position and range, thereby negating the need for an intemediary service, but that doesn't seem possible. Either way tho, it has potential, thanks! P -------------------- ![]() |
||
|
|
|||
|
Feb 8 2007, 09:38
Post
#29
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
No explanation of the skip / take values, but I assume that is to allow download in batches.
Might have to rustle up a test service today methinks P -------------------- ![]() |
||
|
|
|||
|
Feb 16 2007, 13:08
Post
#30
|
||
![]() Diehard Group: MoDaCo Ad Free Posts: 301 Joined: 29th January 2003 Member No.: 2,441 Device(s): MDA Compact IV |
No explanation of the skip / take values, but I assume that is to allow download in batches. Might have to rustle up a test service today methinks ;) P that's what I assumed also, and is the way we have used for some of our web services at work. I have also found quite a big problem with the bbc "national" data, as this only includes a subset of the more serious issues. You might therefore need to get data from all the county/region feeds, mash them together and then (by coordinate filtering) restrict the data transfer ota to cameraware that way. Might be worth checking the bbc backstage license details though as this collation and filtering might not be permitted. for a list that I have used, see www.blears.net/travel for google maps version and php source too. hth. -------------------- |
||
|
|
|||
|
Feb 16 2007, 14:14
Post
#31
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
Ideally I don't want to do any server side filtering, i'd like it all to be done via the device itself (downloading direct from the relevant service), and therein lies the technical problems...
P -------------------- ![]() |
||
|
|
|||
|
Feb 19 2007, 20:45
Post
#32
|
||
|
Regular Group: Posters Posts: 85 Joined: 5th December 2006 From: High Wycombe Member No.: 216,955 Device(s): MDA Vario II, O2 XDA 2S |
Ideally I don't want to do any server side filtering, i'd like it all to be done via the device itself (downloading direct from the relevant service), and therein lies the technical problems... P Paul, The idea sounds great but the devil will be in how you determine whether the information is relevant or not. If CamerAware does not know what road you are on and where you are going, upon which roads, then determining whether a particular event is relevant in sufficient time, might be near impossible. At least TT knows the route that you intend to take. Obviously there are rules that can be applied but without some form of intelligent intermediary service it's difficult to see how you could filter relevant info - even with an intermediary you'd have to guess routes. After taking a look at the BBC site I can see there is lots of information to be had... Could you perhaps provide active road traffic information to Tom Tom? Not quite the integration planned I know but as TT6 has this feature it must download it somewhere on the device. If you could simply provide the relevant info into the correct TT folder in the correct format it might just work. You need someone with Tom Tom Plus and the Traffic feature to find out more. -------------------- Tony
Vario II IPL:1.04 / SPL:2.10 Olipro Radio:1.54.07.00 OS:Schaps 4.01 |
||
|
|
|||
|
Feb 19 2007, 20:53
Post
#33
|
||
![]() Diehard Group: MoDaCo Ad Free Posts: 301 Joined: 29th January 2003 Member No.: 2,441 Device(s): MDA Compact IV |
Paul,
I spent some time last week taking an xsl file to read a list of all the county/area xml files and filter to only return the data within a small area of a supplied lat/long (eg +-0.2) would be much easier if I knew the min/max extents of each of the county areas so that you could immediately disregard much of the data and then only require to download and read the content of the counties within your current location area. PM me if you want these files, as this would then require the ota download of just one/two tpeg xml files. Were you to do the filter serverside, you could easily do without some of the xml, and trim down some of the tags, hierarchy to further reduce the data usage. -------------------- |
||
|
|
|||
|
Feb 20 2007, 12:25
Post
#34
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
That sounds cool FragMeister... mail it over
P -------------------- ![]() |
||
|
|
|||
|
Mar 13 2007, 20:39
Post
#35
|
||
![]() Diehard Group: Posters Posts: 362 Joined: 9th December 2004 From: Merseyside, UK. Member No.: 101,150 Device(s): Omnia, iPaq 614c, Vario II |
Just had a brainwave (which in my case is not always a good thing).
This post has been edited by everton2004: Mar 13 2007, 22:00 -------------------- Gadgets:
Samsung Omnia i900, HP iPaq 614c, MDA Vario II, Moto MPX220 |
||
|
|
|||
|
Jan 30 2008, 14:19
Post
#36
|
||
|
TOMnia ! Group: Posters Posts: 1,061 Joined: 26th November 2007 From: Right Here, Right Now! Member No.: 326,361 Device(s): Samsung SGH-i900 Omnia |
So i'm currently pondering implementing Traffic Information in CamerAware. In a nutshell, the BBC provide a Traffic News feed with lat-long positioning info that I can use in CamerAware in the same way I do nearby Camera scanning. The way i'm currently envisaging it works is: - CamerAware downloads traffic info at regular intervals (every 30 mins / hour?) - CamerAware checks position regularly against position of traffic disruptions - CamerAware alerts with an icon alongside amber / red squares when a disruption is found within x miles (5?) and plays sound - A menu option list nearby traffic situations so you can read them and decide what to do. A couple of questions for you, the valued users... - Would such functionality be useful? - How often should the traffic info be downloaded (could be couple of hundred KB) - How near should you be to a disruption before you're alerted (should it be speed based perhaps, i.e. x minutes rather than x miles) - Any thoughts on how the User Interface would work best? Here's your chance to have a say on the next major CamerAware feature P *Would it be useful ... damn right! *I think that maybe people could have the right to choose update frequency. Im on 3Gig data plan, so happy to steam it :-) *How near in miles or minutes ... I guess that depends. If the app is clever enough to realise you are on the M1 and that there is a hold up in a couple of junctions, then it should advise. * How the interface would work best ... hmmm not sure, need to get the information to the driver without requiring them to read the info. Silly question, but how about Text to Speech? To alert the driver there is a traffic issue enroute and the driver can press a button to play the traffic info. -------------------- --
My Toys: Omnia: Samsung SGH-i900 Omnia - 8GB SD HC O-SeXy Advent 4211 - 2GB Ram - 250GB HDD - Running OSX Leopard like a dream! Doris She has bewbs! (Not her real name tho!) |
||
|
|
|||
|
Jan 30 2008, 14:45
Post
#37
|
||
![]() The Main Man Group: Admin Team Posts: 21,241 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Touch HD |
Unfortunately i'm yet to find any usable Text to Speech libraries, a shame, as it would be real useful in CamerAware!
P -------------------- ![]() |
||
|
|
|||
|
Jan 30 2008, 15:11
Post
#38
|
||
|
TOMnia ! Group: Posters Posts: 1,061 Joined: 26th November 2007 From: Right Here, Right Now! Member No.: 326,361 Device(s): Samsung SGH-i900 Omnia |
Bugger! Would have been very nice indeed.
-------------------- --
My Toys: Omnia: Samsung SGH-i900 Omnia - 8GB SD HC O-SeXy Advent 4211 - 2GB Ram - 250GB HDD - Running OSX Leopard like a dream! Doris She has bewbs! (Not her real name tho!) |
||
|
|
|||
|
Oct 8 2008, 17:57
Post
#39
|
||
|
Newbie Group: Posters Posts: 20 Joined: 8th October 2008 Member No.: 435,321 Device(s): XDA Orbit II |
Paul, Have a look at http://www.highways.gov.uk/rssfeed/rss.xml
The langitude and longitude are contained within the <link></link> It would be fantastic if this data could be pulled and added to CamerAware. |
||
|
|
|||
|
Nov 24 2008, 11:58
Post
#40
|
||
![]() Regular Group: Posters Posts: 64 Joined: 27th August 2005 From: Morecambe, UK Member No.: 146,504 Device(s): MDA Vario ( HTC Wizard ) |
Bugger! Would have been very nice indeed. Paul - you'd be better looking at the DATEXII feeds from the Highways Agency.... I'm trying to learn C# to interact with both that and the BBC stuff but I'm been slow.The best way is to pull the data in to an SQL DB ( I have a working system NB - The DATEXII feeds provide a truck load more info than the BBC feeds including Matrix signs, public infomation ( eg buses / car parks ) and even traffic cams.... plus its has the added advantage that DATEXII is the new agreed standard across the EU so more than the UK will use this. Terran -------------------- |
||
|
|
|||