嵌入式网监控系统课题研究.doc
约62页DOC格式手机打开展开
嵌入式网监控系统课题研究, 页数 62 字数29835摘要网络数字监控正为日益广阔的视频监控领域注入新鲜的血液。随着嵌入式操作web服务器技术的日渐成熟,用户可在现有网络环境中,通过视频服务器把模拟图象信号转化为数字图象信号,实现高性能、配置简洁的监控操作。本文首先分析了国内外的远程监控系统的现状。接着阐述了嵌入式网络监...
内容介绍
此文档由会员 天缘 发布
嵌入式网监控系统课题研究
页数 62 字数 29835
摘要
网络数字监控正为日益广阔的视频监控领域注入新鲜的血液。随着嵌入式操作Web服务器技术的日渐成熟,用户可在现有网络环境中,通过视频服务器把模拟图象信号转化为数字图象信号,实现高性能、配置简洁的监控操作。本文首先分析了国内外的远程监控系统的现状。接着阐述了嵌入式网络监控系统的整体结构及云台控制部分的结构,以便对整个框架有所了解。然后介绍了本文的重点,嵌入式Web服务器软硬件和架设技术。Web服务是Internet上最为著名的服务,所以将嵌入式Web服务器作为嵌入式设备接入Internet的首选方案是合理的。一旦嵌入式设备可以提供www服务(即成为一台嵌入式Web服务器),用户就可以通过Web浏览器远程检测管理该嵌入式设备。Java串口程序的设计是本文的又一重点。此代码可以在服务器和云台控制器之间发送数据,而以云台解码协议作为沟通的桥梁,将数据转换成相互之间可以识别的指令。
关键词:网络,嵌入式服务器,视频监控,Java
MONITORING SYSTEM OF THE EMBEDDED NETWORK
Discipline:
Student signature:
Supervisor signature:
ABSTRACT
Network figure control for wide video control was field inject fresh blood into day by day。 It is ripe day by day with operating Web server technology embeddedly, Users are in the environment of the existing network, Turn imitating the vision signal into the signal of the digital vision through the video server, Realize high performance,dispose succinct control operation. Originally designing what the group designs is a part of the monitoring system of video based on embedded Web server. Then has explained the whole structure and cloud platform of the monitoring system of the embedded network control some structure, In order to understand to some extent about the whole frame. Then introduced the focal point of this text, was Embedded Web server software and hardware and technology of erecting. Web service is the most famous service on Internet,so it is rational to regard embedded Web server as the first-selected scheme of inserting Internet of the embedded equipment. Once the embedded equipment can offer www service (namely becomes an embedded Web server),Users can measure and manage this embedded equipment long-rangly through Web browser. The design of Java one bunch of procedures is another focal point of this text. This code can send the data among a controller of server and cloud, and decode the agreement as the bridge communicating with the cloud platform,change the data into orders that can be discerned each other.
Keyword:Network Embedded Server The Video Controlling Java
目 录
1、绪论 1
1.1 视频远程监控的发展及现状 1
1.1.1视频监控系统的发展 1
1.1.2视频远程监控系统的现状 1
1.2 视频远程监控的必要性及可能性 2
1.3 本文研究的主要内容和结构安排 2
2 系统结构分析 4
2.1嵌入式网络视频系统整体结构 4
2.1.1结构分析 4
2.1.2 多媒体流的传输 5
2.2 云台控制部分结构分析 7
2.2.1 结构框图及分析 7
2.2.2 云台解码器通讯协议概述 7
3.嵌入式WEB服务器的设计 9
3.1服务器模式 9
3.1.1 C/S模式 9
3.1.2 B/S模式 9
3.2ARM芯片的使用 10
3.2.1 ARM 处理器简介 10
3.2.3 ARM微处理器的特点 11
3.2.4 ARM7微处理器的选择 11
3.2.5 ARM7微处理器的介绍 11
3.3 系统软件结构分析 12
3.3.1关于TCP/IP协议 12
3.3.2 系统软件组成 13
3.4 WEB服务器的架设 14
3.4.1 uClinux嵌入式操作系统的介绍 14
3.4.2基于uClinux的动态Web实现技术 15
4. JAVA串口通信程序设计模块 18
4.1 程序实现功能 18
4.2 为什么选择JAVA 18
4.3 JAVA概述 19
4.3.1 Java Application程序 19
4.3.2 Java Applet程序 21
4.3.3 运行Java的操作环境 22
4.4 JAVA读取串口程序设计 22
4.4.1设计思路 22
4.4.2 程序流程图: 24
4.4.3程序设计 25
5 程序的编译与测试 27
5.1 JAVA运行流程图 27
5.2 服务器的架设 27
5.2.1 IIS概述 27
5.2.2 IIS的安装 28
5.2.3 创建Web站点 29
5.2.4 Web站点属性页设置 32
5.3 程序的调试 33
参考文献 35
致谢 36
附录1程序代码 38
附录2英文资料 42
附录3开题报告 59
附录4中期报告 63
页数 62 字数 29835
摘要
网络数字监控正为日益广阔的视频监控领域注入新鲜的血液。随着嵌入式操作Web服务器技术的日渐成熟,用户可在现有网络环境中,通过视频服务器把模拟图象信号转化为数字图象信号,实现高性能、配置简洁的监控操作。本文首先分析了国内外的远程监控系统的现状。接着阐述了嵌入式网络监控系统的整体结构及云台控制部分的结构,以便对整个框架有所了解。然后介绍了本文的重点,嵌入式Web服务器软硬件和架设技术。Web服务是Internet上最为著名的服务,所以将嵌入式Web服务器作为嵌入式设备接入Internet的首选方案是合理的。一旦嵌入式设备可以提供www服务(即成为一台嵌入式Web服务器),用户就可以通过Web浏览器远程检测管理该嵌入式设备。Java串口程序的设计是本文的又一重点。此代码可以在服务器和云台控制器之间发送数据,而以云台解码协议作为沟通的桥梁,将数据转换成相互之间可以识别的指令。
关键词:网络,嵌入式服务器,视频监控,Java
MONITORING SYSTEM OF THE EMBEDDED NETWORK
Discipline:
Student signature:
Supervisor signature:
ABSTRACT
Network figure control for wide video control was field inject fresh blood into day by day。 It is ripe day by day with operating Web server technology embeddedly, Users are in the environment of the existing network, Turn imitating the vision signal into the signal of the digital vision through the video server, Realize high performance,dispose succinct control operation. Originally designing what the group designs is a part of the monitoring system of video based on embedded Web server. Then has explained the whole structure and cloud platform of the monitoring system of the embedded network control some structure, In order to understand to some extent about the whole frame. Then introduced the focal point of this text, was Embedded Web server software and hardware and technology of erecting. Web service is the most famous service on Internet,so it is rational to regard embedded Web server as the first-selected scheme of inserting Internet of the embedded equipment. Once the embedded equipment can offer www service (namely becomes an embedded Web server),Users can measure and manage this embedded equipment long-rangly through Web browser. The design of Java one bunch of procedures is another focal point of this text. This code can send the data among a controller of server and cloud, and decode the agreement as the bridge communicating with the cloud platform,change the data into orders that can be discerned each other.
Keyword:Network Embedded Server The Video Controlling Java
目 录
1、绪论 1
1.1 视频远程监控的发展及现状 1
1.1.1视频监控系统的发展 1
1.1.2视频远程监控系统的现状 1
1.2 视频远程监控的必要性及可能性 2
1.3 本文研究的主要内容和结构安排 2
2 系统结构分析 4
2.1嵌入式网络视频系统整体结构 4
2.1.1结构分析 4
2.1.2 多媒体流的传输 5
2.2 云台控制部分结构分析 7
2.2.1 结构框图及分析 7
2.2.2 云台解码器通讯协议概述 7
3.嵌入式WEB服务器的设计 9
3.1服务器模式 9
3.1.1 C/S模式 9
3.1.2 B/S模式 9
3.2ARM芯片的使用 10
3.2.1 ARM 处理器简介 10
3.2.3 ARM微处理器的特点 11
3.2.4 ARM7微处理器的选择 11
3.2.5 ARM7微处理器的介绍 11
3.3 系统软件结构分析 12
3.3.1关于TCP/IP协议 12
3.3.2 系统软件组成 13
3.4 WEB服务器的架设 14
3.4.1 uClinux嵌入式操作系统的介绍 14
3.4.2基于uClinux的动态Web实现技术 15
4. JAVA串口通信程序设计模块 18
4.1 程序实现功能 18
4.2 为什么选择JAVA 18
4.3 JAVA概述 19
4.3.1 Java Application程序 19
4.3.2 Java Applet程序 21
4.3.3 运行Java的操作环境 22
4.4 JAVA读取串口程序设计 22
4.4.1设计思路 22
4.4.2 程序流程图: 24
4.4.3程序设计 25
5 程序的编译与测试 27
5.1 JAVA运行流程图 27
5.2 服务器的架设 27
5.2.1 IIS概述 27
5.2.2 IIS的安装 28
5.2.3 创建Web站点 29
5.2.4 Web站点属性页设置 32
5.3 程序的调试 33
参考文献 35
致谢 36
附录1程序代码 38
附录2英文资料 42
附录3开题报告 59
附录4中期报告 63