Comment What is old is new (Score 5, Interesting) 207
There are several very worthwhile and well-funded competitors in this area, and the use of satellite technology is not new. In addition I expect much more major players to jump into this area in next while with cheaper communications mediums and really shake the market up. But then again, I have suspected that for 5 years now. :)
When my team and I built our first company we developed a web location based application service provider (ASP). We provided solutions to a wide array of customers and their vehicles (delivery trucks, long haul trucking, cars, yachts, ferries, tug boats, & emergency services). In addition we built the system to allow for numerous mechanisms of data collection (digital cellular, analog cellular, Orbcomm satellite, GlobalWave satellite, and trials with Iridium).
For our server and client technologies we adopted Java, Linux and open source database solutions (MySQL) to cut costs. Often we were burned by these technologies as we started with good ol' JDK 1.1, first incarnations of servlets, poor, poor JDBC drivers, and waded through the issues of on and off support of Java in Internet Explorer. (Most of our clients used IE on Windows.)
We offered services including automated collection of road taxes, automated driver's logs, enhanced driver safety, and monthly and weekly reports and logs. (Among a ton of other custom services.)
Basically all of these systems have some means of positioning determination. This is commonly via GPS (Global Positioning System satellites) since good receivers are now relatively cheap and readily available. However, other positioning methodologies exist using things like radio triangulation, time and direction of arrival (TDOA), angle of arrival, and simple cell sector for ground based wireless communication networks. Contrary to what some seem to think, GPS satellites only provide *you* with *your* location, and you must use a secondary communication medium to transmit that information to somewhere useful.
We found when we competed in this market the choice of hardware technology really limited your target market. If what you want located (Found) was mostly in urban areas you could take advantage of much higher data rates and lower communication expenses. This allows you to send regular positioning updates with things like two-way text messaging to consoles in the vehicle, and other onboard vehicle sensors. In other instances (marine and aviation) you may be forced to use satellite technology. In general satellite communication is an order of magnitude lower bandwidth, higher delay, and more expensive. When it is the only means of data connectivity it is amazing, but to cut costs and deliver the larger value added services higher data rates and lower costs of cellular systems usually make more sense.
Of course there are hybrid solutions like simply storing the logged data and forward it on when you picked up the next cellular network along the vehicles travels. Or better is a true hybrid of sending small positioning and important packets infrequently in satellite coverage, and providing the richer detail on reconnection with the cellular network.
While interesting, as others have stated this idea is not new. We had this ASP up and running in 1998. And we had previous incarnations years before. :) Alas we sold the company in 2000.
When my team and I built our first company we developed a web location based application service provider (ASP). We provided solutions to a wide array of customers and their vehicles (delivery trucks, long haul trucking, cars, yachts, ferries, tug boats, & emergency services). In addition we built the system to allow for numerous mechanisms of data collection (digital cellular, analog cellular, Orbcomm satellite, GlobalWave satellite, and trials with Iridium).
For our server and client technologies we adopted Java, Linux and open source database solutions (MySQL) to cut costs. Often we were burned by these technologies as we started with good ol' JDK 1.1, first incarnations of servlets, poor, poor JDBC drivers, and waded through the issues of on and off support of Java in Internet Explorer. (Most of our clients used IE on Windows.)
We offered services including automated collection of road taxes, automated driver's logs, enhanced driver safety, and monthly and weekly reports and logs. (Among a ton of other custom services.)
Basically all of these systems have some means of positioning determination. This is commonly via GPS (Global Positioning System satellites) since good receivers are now relatively cheap and readily available. However, other positioning methodologies exist using things like radio triangulation, time and direction of arrival (TDOA), angle of arrival, and simple cell sector for ground based wireless communication networks. Contrary to what some seem to think, GPS satellites only provide *you* with *your* location, and you must use a secondary communication medium to transmit that information to somewhere useful.
We found when we competed in this market the choice of hardware technology really limited your target market. If what you want located (Found) was mostly in urban areas you could take advantage of much higher data rates and lower communication expenses. This allows you to send regular positioning updates with things like two-way text messaging to consoles in the vehicle, and other onboard vehicle sensors. In other instances (marine and aviation) you may be forced to use satellite technology. In general satellite communication is an order of magnitude lower bandwidth, higher delay, and more expensive. When it is the only means of data connectivity it is amazing, but to cut costs and deliver the larger value added services higher data rates and lower costs of cellular systems usually make more sense.
Of course there are hybrid solutions like simply storing the logged data and forward it on when you picked up the next cellular network along the vehicles travels. Or better is a true hybrid of sending small positioning and important packets infrequently in satellite coverage, and providing the richer detail on reconnection with the cellular network.
While interesting, as others have stated this idea is not new. We had this ASP up and running in 1998. And we had previous incarnations years before.