且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

C#:GPS 跟踪系统

更新时间:2023-02-05 17:05:33

我构建了一个窗口窗体版本来显示来自 GPS 的信息.从那以后就没有真正接触过它,但是如果您有兴趣,代码在 CodePlex 上.

I built a Window Forms version to display information from a GPS. Haven't really touched it much since, but if you are interested the code is on CodePlex.

http://gps.codeplex.com/SourceControl/changeset/view/24953#146657

你需要做的就是跟踪某人

All that you need to do to get this tracking somebody is

  1. 转换为 Windows Mobile
  2. 构建用于记录位置的 Web 服务
  3. 修改代码以每隔一段时间将位置发布到 Web 服务

真的,我已经完成了艰苦的工作,或者为您解析来自串行连接的 GPS 命令.:)

Really I already did the hard work, or parsing the GPS commands from the serial connection for you. :)