Is there a way to track a GPS device using PHP?
In my upcoming project, I need to track GPS device attached to vehicles. Is there any way this is possible through PHP开发者_如何学运维 or ASP.Net
first this device have to send data somehow, then you need to capture it in some DB then present via PHP, ASP.Net or anything else. there is no such class GPSDevice with method GetPosition that will do all the magic.
Although there are "standard" protocols at the hardware level, adherence varies. And AFAIK, as yet there is no kernel support for GPS devices as standard in Linux (I'm not sure that there should be either). However you might find gpsd useful.
C.
加载中,请稍侯......
精彩评论