简体   繁体   中英

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM