欢迎来到天天文库
浏览记录
ID:323245
大小:2.90 MB
页数:63页
时间:2017-07-23
《基于asn.1 ber规约的编解码系统设计 (毕业论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要基于ASN.1BER规约的编解码系统设计摘要ASN.1是一种高级抽象语法标记语言,在任何需要以数字方式发送信息的地方,ASN.1都可以发送各种形式的信息(声频、视频、数据等),它以一种独于计算机架构和语言的方式来描述数据。BER是ASN.1中的基本编码规则,它描述具体的ASN.1对象如何编码成比特流在网络上进行传输,数据首先经过BER编码,再经由传输层协议发送到接收方,接收方在相应的端口收到数据包后,经过BER解码,得到具体的操作数据。本文的主要工作就是设计实现一个基于ASN.1BER规约的编解码系统。本文分析比较了ASN.
2、1定义的数据值编码算法。开始部分对BER编码规则进行比较详细的分析,按照标识符八位位组,长度八位位组,内容八位位组的编码结构,讨论比较编码的各种算法及其特点,并由此确定本文数据值编码环节中所采用的编码算法。由ASN.1BER定义的数据值编码的算法,设计出各种数据值编码程序的流程图,用C/C++程序设计语言,在MicrosoftVisualC++6.0环境下编写编码程序。在编写出完整的编码程序后,运行测试程序,给出相应的数据值编码结果截图,验证编码算法的正确性。本文成功实现了一个基于ASN.1BER规约的可视化编解码通信系统。在V
3、C(MFC)平台下,基于已实现的数据值编码模块和解码模块,使用UDP协议,简单模拟两台计算机通过ASN.1BER规约,编码、传输、解码数据。所设计的编解码可视化通信系统,在一定程度上模拟了ASN.1在表示层的具体应用。关键词:ASN.1,BER,编码,算法,可视化编程IIAbstractDesignofEncodingandDecodingSystemBasedonASN.1BERAbstractASN.1--AbstractSyntaxNotationOne--isahigh-levellanguage,whichcansen
4、dinformationinvariousforms,suchasaudio,video,data,etc,toanywherethatinformationcanbesentthroughfigures.Itdescribesdatainthewayownedbycomputerstructureandcomputerlanguage.BERisthebasicencodingrulesofASN.1,whichdescribeshowaspecificobjectASN.1encodedbitstreamfortransmi
5、ssiononthenetwork.ThedatafirstpassesthroughtheBERencoding,thenbeingsenttothereceiverviathetransportlayerprotocol.Thereceiverreceivesdatapacketsinthecorrespondingport,andthengetsthespecificoperationdataafterBERdecoding.Thispaperisdesignedtoimplementanencodinganddecodi
6、ngsystembasedontheASN.1BERStatute.ThispaperanalyzesandcomparesthedatavalueencodingalgorithmdefinedinASN.1.ThispaperfirstgivesadetailedanalysisofBERencodingrules,discussingandcomparingthevariousalgorithmsencodingandcharacteristicsinaccordancewiththeidentifieroctet,oct
7、etlength,content,codingstructureoctets.Inthisway,theauthordeterminesthedatavalueencodingpartoftheencodingalgorithmusedinthispaper.DesignavarietyofdatavalueencodingprocessflowchartaccordingtotheASN.1BERencodeddatavaluealgorithm.WritecodeproceduresunderMicrosoftVisualC
8、++6.0environmentbyusingC/C++programminglanguage.Runthetestprogramafterencodinginthepreparationofacompleteprogram,andthengivetheresu
此文档下载收益归作者所有