Quote: Originally Posted by skippy76
@Stevig: If you need webspace, mysql and PHP access, I can provide you wish an account on my webserver (the same as Satish uses for VOICES). Currently I have about 140 Gb of free space on my server, so space is not a problem.
Thanks for the offer, if the traffic gets expensive I might take you up on that! At the moment, I've just added MySQL to my existing web hosting.
Quote: Originally Posted by skippy76
Obviously the key to a successful interface is to keep the amount of data transferred to a minimum. The client (VOICES) already has the maps, so no maps would need to be transferred. Obviously some method of parssing websites would be needed, and each new website added would need it's own parser.
Indeed, that's exactly what I'm doing. I've written a couple of parsers already, I'm just re-working them from on-demand to scheduled (every 5 mins) to keep the lot in a single up-to-date db table.
Quote: Originally Posted by skippy76
I know for the UK, Route 66 application has an 'update traffic' button. You may want to sniff / Etherreal the communication with the Route 66 server. I presume it's eithere an FTP or HTTP pull. You could then use the same data format for communication as them. Route 66 software can be found at
www.66.com If you need some Ethereal trace I can get that for you.
We're defininately on the same train of thought. I've already done as you suggest for Route 66, which I bought a while back, but the location data doesn't seem to be lat/lon.
Here is the URL it uses for UK:
http://rs0124.66.com:8080/tmc?time=0&l=ENG&m=eng8&u=1
and here is the URL for Germany:
http://rs0124.66.com:8080/tmc?time=0&l=ENG&m=deu8&u=1
Be good if someone can convert this, I've had a brief look but doesn't seem to be any recognised representation of lat/lon. Quick script I wrote a few weeks ago to make it importable into MapPoint is
http://supra.aston.ac.uk/tmc.php but that shows that the lat/lon is wrong.
The first feed that I've got working and plotting the correct locations comes from this URL:
http://www.bbc.co.uk/travelnews/xml/tpegml_en/rtm.xml - Which gets and shares data with the UK highways agency -
http://www.tih.org.uk/TIH/Index.do