文档介绍:fj
毕业设计
题目基于WM6的GPS数据采集系统
的设计与实现
学院信息科学与工程学院
专业网络工程
班级网络0701
学生龙超
学号 20071208030
指导教师郑艳伟
二〇一一年六月十日
摘要
GPS(Global Positioning System,全球定位系统)因其具有的高精度、全天候和自动测量等特点,已经渐渐融入了国家建设、社会发展和人民生活的各个应用领域。随着智能移动终端特别是智能手机的快速普及,具有定位和导航功能的手机正日益受到消费者的追捧,GPS导航也将成为智能手机不可或缺的重要组成部分。因此,手机GPS的研究具有很好的发展前景。经纬度能够定位全球的各一个地方,它是手机GPS的核心,也是手机GPS研究的基础。
本文主要研究在Windows Mobile ,包括:经度,纬度,时间,卫星个数,海拔高度,地理位置等相关的信息,并在地图上显示相应的地理位置,然后将数据保存在手机的数据库中。控件,它具有强大的地图功能,支持Google, Yahoo!, Bing, Open- StreetMap, ArcGIS, Pergo, SigPac等多种地图上实现寻找路径、查找地理位置,地理编码以及地图展示功能,并支持缓存和运行在Mobile环境中。由于没有真实的GPS设备,这里选择了Windows Mobile 6 SDK 中提供的一个小工具FackGPS。可以设置让 GPSID 从一个包含 NMEA 文件读取 GPS 数据,而不需要从 GPS 设备读取数据。对于开发的应用程序来说,跟访问真实的设备并没有两样。
过去几年,GPS在车载导航等诸多领域取得了巨大的成就,不久的将来手机GPS也将掀起新一轮的高潮。本系统可以为随之而来的手机GPS各种应用和服务提供数据支持。如:手机GPS导航、手机防盗追踪等。
关键词:GPS,Windows Moblie,数据采集
ABSTRACT
Because of its advantages including high precision ,24-hour service ,automatic measurement and so on ,Global Positioning System had gradually integrated into various applications in nation-building ,social development and people’s lives .With the rapid popularity of intelligent mobile termination, especially smart mobile phones, positioning and navigation-enabled mobile phones are increasingly sought after by consumers, and at the same time , GPS navigation will also e an important and indispensable part of smart phones. Therefor, the research of mobile phones GPS will possess well prospects. Longitude and Latitude can locate every parts of the world, which is the core of mobile GPS and also is the basis of the research about mobile GPS.
The paper study getting GPS data real-time in the system of Windows Mobile .The data includs the information of longitude ,latitude ,time ,numbers of satellites, altitude, location and so on .At the same time , the corresponding location is displayed on the map ,and the data are stored in the database of the mobile phone .The article adopt a free open source of .NET control on CodePlex .The con