文档介绍:南京航空航天大学
硕士学位论文
嵌入式无线接入点和无线站配置管理平台的设计与实现
姓名:彭星
申请学位级别:硕士
专业:计算机应用技术
指导教师:陈兵
20070101
南京航空航天大学硕士学位论文
摘要
伴随着有线网络的快速发展和广泛应用,快捷高效、组网灵活的无线网络技
术也在飞速发展。无线网络技术解决了有线网络“线”的限制,在很多场合无线
局域网成为了有线局域网的替代解决方案。与此同时,伴随着计算机硬件技术、
半导体微电子技术以及相关通信技术发展起来的嵌入式系统也以其惊人的速度
成长起来。嵌入技术和无线通信技术紧密结合,能够较好地满足移动无线应用的
要求。本文研究的地铁无线通信系统正是无线局域网与嵌入式技术集成应用的典
型。
地铁无线通信系统用于动态的监控地铁运行状况,地铁上的无线通信终端
STA 与架设在隧道沿岸的无线访问接入设备 AP 组成了符合 标准的无线
局域网。管理计算机如何对 AP 和 STA 参数进行实时监控和管理,以便获取或调
整列车运行参数,这是本文的主要研究内容。
本文根据项目需求,基于嵌入式 Linux 操作系统,设计并实现了一套对地铁
无线通信系统中的 AP、STA 等设备进行监控和管理的软件,监控和管理的内容
主要包括无线设备参数、网络层 IP 地址配置等参数以及当前 AP 状态、STA 连
接状态等。配置管理系统支持两种交互模式,分别为 Client/Server 和
Browser/Server 模式,能适用于不同计算能力的嵌入式系统。在 C/S 模式下,本
文设计并实现了一种通信平台,将底层通信与上层参数管理分开,功能独立便于
模块移植;B/S 模式下,本文在嵌入式 Linux 平台上,通过 Boa 服务器与 CGI
应用程序交互,实现了客户端对参数的查看和配置,操作简单。通过外场测试表
明,本系统能够在列车静止和运行模式下通过 C/S 和 B/S 两种方式对 AP 和 STA
设备进行配置管理。
关键词: 无线局域网、嵌入式、Client/Server、Browser/Server、配置管理
i
嵌入式无线接入点和无线站配置管理平台的设计与实现
ABSTRACT
With the fast development and wide application of work, the wireless
network with such features as amazing flexibility and efficiency is also developing
fast. work conquers the barrier of the cable, and is replacing the wired
network in many places. At the same time, the embedded system is leaping ahead with
the development puter hardware, semiconductor munication
technology. bination of embedded technology and munication
technology can meet the request of mobile wireless application better. The subway
munication system studied here is the typical application of the
technology.
The subway munication system is used to watch the subway running
situation dynamically. The wireless LAN according to standard posed
of STA(the munication terminal in subway)and AP(access point device
erected on the tunnel coast). The puter works as how to watch and
manage the parameters of AP and STA in real time to get or change the subway
running parameters, which is researched herein.