ieee 802.11p无线网卡linux驱动程序研究与设计.doc

  
约44页DOC格式手机打开展开

ieee 802.11p无线网卡linux驱动程序研究与设计,ieee 802.11p无线网卡linux驱动程序研究与设计1.83万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 随着交通业发展,汽车占有率提高,人们对交通管理提出更高要求;因此,车联网的研究也备受关注。车辆自组织网络(vanet, vehicle ad-hoc net...
编号:80-480907大小:3.04M
分类: 论文>计算机论文

内容介绍

此文档由会员 小丑88 发布

IEEE 802.11p无线网卡Linux驱动程序研究与设计

1.83万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要 随着交通业发展,汽车占有率提高,人们对交通管理提出更高要求;因此,车联网的研究也备受关注。车辆自组织网络(VANET, Vehicle Ad-Hoc Network)是汽车在高速移动的环境中,通过车辆上装置的通信设备实现无线接入,来构建车辆与车辆之间、车辆与路边基础设施之间的无线通信网络;从而有效地解决目前的交通堵塞问题、保证行车安全、提高交通效率,同时也为车辆提供辅助驾驶的功能和车载娱乐的应用。
本论文主要研究内容包括WAVE/IEEE 1609系列标准的分析和802.1 1p无线网卡驱动的实现两部分。本文采用DCMA86 P2,Atheros5414B 芯片的无线网卡,完成适用于高速移动环境下的IEEE 802.11p 标准的网卡驱动的实现。具体做法是通过利用Linux操作系统下的无线网卡兼容包compat-wireless 中的ath5k 驱动,在IEEE802.11a 驱动源代码的基础上进行修改,得到工作在IEEE802.11p 模式下的网卡驱动,并且搭建ad-hoc网络,最后测试网卡的通信性能。
关键词:802.11p标准; 802.11a标准; ath5k; VANET


Research and design of network card driver based on IEEE802.11p standard

Abstract With the development of transportation, and the increasment of car occupancy, much higher demands of transport management have been asked for. Therefore, the vehicle networking researches have aroused much attention. Vehicle Ad-hoc Network (VANET) provides wireless access in a high-speed mobile environment, and builds a wireless communication between the vehicle and the vehicle, the vehicle and the roadside infrastructure. VANET can solve the traffic congestion problem, ensure traffic safety and traffic efficiency, and provide the vehicle driver assistance applications and in-car entertainment.
This paper mainly discusses the implementation of network card driver based on IEEE802.11p standard. 802.11p, also known as WAVE, is a standard protocol intended for future traffic systems in order to support safety and commercial non-safety applications for vehicular communication. This paper adopts 802.11p network card DCMA86P2, Atheros5414B chipset to implement wireless network driver in high speed mobile environment. To be specific, this paper presents the method of implementing IEEE 802.11p standard based on 802.11a driver, compat-wireless source code ath5k; and establishes Ad-Hoc network communication testing.

Key words: 802.11p; 802.11a; ath5k; VANET


目 录
第一章 绪 论 1
1.1 研究背景与意义 1
1.2车载自组织网络 1
1.2.1 车辆自组织网络的结构 2
1.2.2 车辆自组织网络的特点 3
1.3 国内外研究现状 3
1.4论文的研究内容 6
第二章 IEEE802.11p标准的分析 7
2.1 DSRC系统组成 7
2.2 802.11无线网络综述 8
2.2.1 IEEE 802.11物理层 9
2.2.2 IEEE 802.11MAC 10
2.3 IEEE 802.11p标准 10
2.3.1 IEEE802.11p物理层特性 11
2.3.2 IEEE 802.11p MAC层特性 12
2.4 IEEE 1609标准概述 12
2.5本章小结 14
第三章 IEEE 802.1 1p无线网卡的驱动实现 15
3.1 DCMA86P2无线网卡特性 15
3.2 Linux内核体系结构 17
3.3 Linux设备驱动程序 20
3.3.1并发控制 21
3.3.2中断 22
3.3.3网络驱动 23
3.4 ath5k驱动程序 24
3.4.1 ath5k 驱动物理参数修改 25
3.4.2 wireless-tools,iw,regdb,crda,hostapd工具实现 802.11p 27
3.4.3 ath5k驱动模块的编译和加载 28
3.5本章小结 29
第四章 网卡通信性能测试 31
4.1网卡驱动的配置 31
4.1.1网卡工作模式的设置 31
4.2 TCP和UDP链接试验 32
4.2.1 TCP带宽性能测试 33
4.2.2 UDP带宽性能测试 34
4.3本章小结 35
第五章 总 结 36
5.1总结 36
5.2展望 37
致谢词 38
参考文献: 39