<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Development of a software/website to track taxi location</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/development-of-a-softwarewebsite-to-track-taxi-location/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/development-of-a-softwarewebsite-to-track-taxi-location/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:14:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: gent01</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/development-of-a-softwarewebsite-to-track-taxi-location/#comment-72903</link>
		<dc:creator>gent01</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:03:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-72903</guid>
		<description><![CDATA[Have you considered using the GPS enabled cellphones. There is software available to track the locations of several employees by their GPS phones. &lt;a href=&quot;http://www.travelbygps.com/articles/tracking.php&quot;&gt;Here&lt;/a&gt; is an article related to this.]]></description>
		<content:encoded><![CDATA[<p>Have you considered using the GPS enabled cellphones. There is software available to track the locations of several employees by their GPS phones. <a href="http://www.travelbygps.com/articles/tracking.php">Here</a> is an article related to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/development-of-a-softwarewebsite-to-track-taxi-location/#comment-72878</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:36:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-72878</guid>
		<description><![CDATA[The link is related, but it is not exactly the same idea.  The main difference is that cab4me helps you contacting the company, and not the taxi driver directly, but some similar concepts apply, for example, the sending of GPS data (in cab4me&#039;s case, the position of the customer) to a central server, to verify the availability of taxi companies in the area.

I don&#039;t think it is something too hard to do.  Getting the location from the GPS should only take a few lines of code, and sending it to a central server (using any kind of internet connection) should also be something moderately easy provided a service is listening on the server.  How to do that would depend on the platform of the mobile device and the listening service of the server.

I have seen sample code for  this kind of task on the Android platform in some web forums, but I guess it can be found also for other platforms.

Good luck.]]></description>
		<content:encoded><![CDATA[<p>The link is related, but it is not exactly the same idea.  The main difference is that cab4me helps you contacting the company, and not the taxi driver directly, but some similar concepts apply, for example, the sending of GPS data (in cab4me&#8217;s case, the position of the customer) to a central server, to verify the availability of taxi companies in the area.</p>
<p>I don&#8217;t think it is something too hard to do.  Getting the location from the GPS should only take a few lines of code, and sending it to a central server (using any kind of internet connection) should also be something moderately easy provided a service is listening on the server.  How to do that would depend on the platform of the mobile device and the listening service of the server.</p>
<p>I have seen sample code for  this kind of task on the Android platform in some web forums, but I guess it can be found also for other platforms.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veriya</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/development-of-a-softwarewebsite-to-track-taxi-location/#comment-72852</link>
		<dc:creator>veriya</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:14:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-72852</guid>
		<description><![CDATA[well i don really need to team up with taxi companies. as i said its a degree peoject, so no need to go so broad.
but yea i will get their views on the project. of course its gonna b a plus point on the project.

what i am wondering is how to send the data(location of the taxi) to the server from the mobile phone.
i think i have to use GSM. but wonder if how this is gonna be really done.

and the link that u gave, i don think its really related to the idea that i am talking about.]]></description>
		<content:encoded><![CDATA[<p>well i don really need to team up with taxi companies. as i said its a degree peoject, so no need to go so broad.<br />
but yea i will get their views on the project. of course its gonna b a plus point on the project.</p>
<p>what i am wondering is how to send the data(location of the taxi) to the server from the mobile phone.<br />
i think i have to use GSM. but wonder if how this is gonna be really done.</p>
<p>and the link that u gave, i don think its really related to the idea that i am talking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/development-of-a-softwarewebsite-to-track-taxi-location/#comment-72825</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:54:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-72825</guid>
		<description><![CDATA[I think it is possible, but you would have to team up with taxi companies, and if you want to show the current taxi position, of course a GPS would be needed and the company would have to agree to share the GPS information with you.

A similar application exists for the Android and iPhone platforms.  It might give you some ideas: &lt;a href=&quot;http://www.cab4me.com/&quot;&gt;cab4me&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I think it is possible, but you would have to team up with taxi companies, and if you want to show the current taxi position, of course a GPS would be needed and the company would have to agree to share the GPS information with you.</p>
<p>A similar application exists for the Android and iPhone platforms.  It might give you some ideas: <a href="http://www.cab4me.com/">cab4me</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.045 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 01:16:18 -->