在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 交通808协议解析

交通808协议解析

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:1.60M
  • 下载次数:40
  • 浏览次数:705
  • 发布时间:2021-06-26
  • 实例类别:C#语言基础
  • 发 布 人:884270170
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 交通 协议 解析

实例介绍

【实例简介】

【实例截图】

from clipboard

【核心代码】

JT808.Protocol

├── Attributes
│   ├── JT808BodiesTypeAttribute.cs
│   └── JT808MsgIdDescriptionAttribute.cs
├── Buffers
│   └── JT808BufferWriter.cs
├── DependencyInjectionExtensions.cs
├── Enums
│   ├── JT808Alarm.cs
│   ├── JT808CallBackType.cs
│   ├── JT808CameraResolutionType.cs
│   ├── JT808CarDVRCommandID.cs
│   ├── JT808DirectionType.cs
│   ├── JT808DrivenRouteType.cs
│   ├── JT808EncryptMethod.cs
│   ├── JT808ErrorCode.cs
│   ├── JT808EventItemCoding.cs
│   ├── JT808EventSettingType.cs
│   ├── JT808ICCardReadResult.cs
│   ├── JT808ICCardStatus.cs
│   ├── JT808InformationSettingType.cs
│   ├── JT808MsgId.cs
│   ├── JT808MultimediaCodingFormat.cs
│   ├── JT808MultimediaDeleted.cs
│   ├── JT808MultimediaType.cs
│   ├── JT808PhoneNumberType.cs
│   ├── JT808PlatformResult.cs
│   ├── JT808PositionType.cs
│   ├── JT808RecordCmd.cs
│   ├── JT808RecordSave.cs
│   ├── JT808SettingProperty.cs
│   ├── JT808SettingTelephoneBook.cs
│   ├── JT808Status.cs
│   ├── JT808TelephoneBookContactType.cs
│   ├── JT808TerminalRegisterResult.cs
│   ├── JT808TerminalResult.cs
│   ├── JT808UpgradeResult.cs
│   ├── JT808UpgradeType.cs
│   └── JT808Version.cs
├── Exceptions
│   └── JT808Exception.cs
├── Extensions
│   ├── JT808AnalyzeExtensions.cs
│   ├── JT808ConfigExtensions.cs
│   ├── JT808EnumExtensions.cs
│   ├── JT808HexExtensions.cs
│   ├── JT808MessagePackFormatterResolverExtensions.cs
│   ├── JT808PackageExtensions.cs
│   ├── JT808PackageExtensionsTemplate.cs
│   └── JT808PackageExtensionsTemplate.tt
├── Formatters
│   ├── IJT808FormatterFactory.cs
│   └── IJT808MessagePackFormatter.cs
├── IJT808Builder.cs
├── Interfaces
│   ├── GlobalConfigBase.cs
│   ├── IJT808Analyze.cs
│   ├── IJT808Compress.cs
│   ├── IJT808Config.cs
│   ├── IJT808Description.cs
│   ├── IJT808ExternalRegister.cs
│   ├── IJT808MsgIdFactory.cs
│   ├── IJT808MsgSNDistributed.cs
│   ├── IJT808SplitPackageStrategy.cs
│   ├── IJT808_0x0200_Custom_Factory.cs
│   ├── IJT808_0x0200_Factory.cs
│   ├── IJT808_0x0900_Custom_Factory.cs
│   ├── IJT808_0x8103_Custom_Factory.cs
│   ├── IJT808_0x8103_Factory.cs
│   ├── IJT808_0x8500_2019_Factory.cs
│   ├── IJT808_0x8900_Custom_Factory.cs
│   ├── IJT808_2019_Version.cs
│   ├── IJT808_CarDVR_Down_Factory.cs
│   ├── IJT808_CarDVR_Down_Package.cs
│   ├── IJT808_CarDVR_Up_Factory.cs
│   └── IJT808_CarDVR_Up_Package.cs
├── Internal
│   ├── DefaultBuilder.cs
│   ├── DefaultGlobalConfig.cs
│   ├── DefaultMsgSNDistributedImpl.cs
│   ├── DefaultSplitPackageStrategyImpl.cs
│   ├── JT808FormatterFactory.cs
│   ├── JT808GZipCompressImpl.cs
│   ├── JT808MsgIdFactory.cs
│   ├── JT808_0x0200_Custom_Factory.cs
│   ├── JT808_0x0200_Factory.cs
│   ├── JT808_0x0900_Custom_Factory.cs
│   ├── JT808_0x8103_Custom_Factory.cs
│   ├── JT808_0x8103_Factory.cs
│   ├── JT808_0x8500_2019_Factory.cs
│   ├── JT808_0x8900_Custom_Factory.cs
│   ├── JT808_CarDVR_Down_Factory.cs
│   └── JT808_CarDVR_Up_Factory.cs
├── JT808.Protocol.csproj
├── JT808.Protocol.xml
├── JT808ArrayPool.cs
├── JT808Bodies.cs
├── JT808CarDVRDownBodies.cs
├── JT808CarDVRDownPackage.cs
├── JT808CarDVRSerializer.cs
├── JT808CarDVRUpBodies.cs
├── JT808CarDVRUpPackage.cs
├── JT808Constants.cs
├── JT808Header.cs
├── JT808HeaderMessageBodyProperty.cs
├── JT808HeaderPackage.cs
├── JT808Package.cs
├── JT808Serializer.cs
├── JT808SplitPackageBodies.cs
├── MessageBody
│   ├── CarDVR
│   │   ├── JT808_CarDVR_Down_0x00.cs
│   │   ├── JT808_CarDVR_Down_0x01.cs
│   │   ├── JT808_CarDVR_Down_0x02.cs
│   │   ├── JT808_CarDVR_Down_0x03.cs
│   │   ├── JT808_CarDVR_Down_0x04.cs
│   │   ├── JT808_CarDVR_Down_0x05.cs
│   │   ├── JT808_CarDVR_Down_0x06.cs
│   │   ├── JT808_CarDVR_Down_0x07.cs
│   │   ├── JT808_CarDVR_Down_0x08.cs
│   │   ├── JT808_CarDVR_Down_0x09.cs
│   │   ├── JT808_CarDVR_Down_0x10.cs
│   │   ├── JT808_CarDVR_Down_0x11.cs
│   │   ├── JT808_CarDVR_Down_0x12.cs
│   │   ├── JT808_CarDVR_Down_0x13.cs
│   │   ├── JT808_CarDVR_Down_0x14.cs
│   │   ├── JT808_CarDVR_Down_0x15.cs
│   │   ├── JT808_CarDVR_Down_0x82.cs
│   │   ├── JT808_CarDVR_Down_0x83.cs
│   │   ├── JT808_CarDVR_Down_0x84.cs
│   │   ├── JT808_CarDVR_Down_0xC2.cs
│   │   ├── JT808_CarDVR_Down_0xC3.cs
│   │   ├── JT808_CarDVR_Down_0xC4.cs
│   │   ├── JT808_CarDVR_Down_0xE0.cs
│   │   ├── JT808_CarDVR_Down_0xE1.cs
│   │   ├── JT808_CarDVR_Down_0xE2.cs
│   │   ├── JT808_CarDVR_Down_0xE3.cs
│   │   ├── JT808_CarDVR_Down_0xE4.cs
│   │   ├── JT808_CarDVR_Up_0x00.cs
│   │   ├── JT808_CarDVR_Up_0x01.cs
│   │   ├── JT808_CarDVR_Up_0x02.cs
│   │   ├── JT808_CarDVR_Up_0x03.cs
│   │   ├── JT808_CarDVR_Up_0x04.cs
│   │   ├── JT808_CarDVR_Up_0x05.cs
│   │   ├── JT808_CarDVR_Up_0x06.cs
│   │   ├── JT808_CarDVR_Up_0x07.cs
│   │   ├── JT808_CarDVR_Up_0x08.cs
│   │   ├── JT808_CarDVR_Up_0x09.cs
│   │   ├── JT808_CarDVR_Up_0x10.cs
│   │   ├── JT808_CarDVR_Up_0x11.cs
│   │   ├── JT808_CarDVR_Up_0x12.cs
│   │   ├── JT808_CarDVR_Up_0x13.cs
│   │   ├── JT808_CarDVR_Up_0x14.cs
│   │   ├── JT808_CarDVR_Up_0x15.cs
│   │   ├── JT808_CarDVR_Up_0x82.cs
│   │   ├── JT808_CarDVR_Up_0x83.cs
│   │   ├── JT808_CarDVR_Up_0x84.cs
│   │   ├── JT808_CarDVR_Up_0xC2.cs
│   │   ├── JT808_CarDVR_Up_0xC3.cs
│   │   ├── JT808_CarDVR_Up_0xC4.cs
│   │   ├── JT808_CarDVR_Up_0xE0.cs
│   │   ├── JT808_CarDVR_Up_0xE1.cs
│   │   ├── JT808_CarDVR_Up_0xE2.cs
│   │   ├── JT808_CarDVR_Up_0xE3.cs
│   │   └── JT808_CarDVR_Up_0xE4.cs
│   ├── JT808_0x0001.cs
│   ├── JT808_0x0002.cs
│   ├── JT808_0x0003.cs
│   ├── JT808_0x0004.cs
│   ├── JT808_0x0005.cs
│   ├── JT808_0x0100.cs
│   ├── JT808_0x0102.cs
│   ├── JT808_0x0104.cs
│   ├── JT808_0x0107.cs
│   ├── JT808_0x0108.cs
│   ├── JT808_0x0200.cs
│   ├── JT808_0x0200_0x01.cs
│   ├── JT808_0x0200_0x02.cs
│   ├── JT808_0x0200_0x03.cs
│   ├── JT808_0x0200_0x04.cs
│   ├── JT808_0x0200_0x05.cs
│   ├── JT808_0x0200_0x06.cs
│   ├── JT808_0x0200_0x11.cs
│   ├── JT808_0x0200_0x12.cs
│   ├── JT808_0x0200_0x13.cs
│   ├── JT808_0x0200_0x25.cs
│   ├── JT808_0x0200_0x2A.cs
│   ├── JT808_0x0200_0x2B.cs
│   ├── JT808_0x0200_0x30.cs
│   ├── JT808_0x0200_0x31.cs
│   ├── JT808_0x0200_BodyBase.cs
│   ├── JT808_0x0200_CustomBodyBase.cs
│   ├── JT808_0x0201.cs
│   ├── JT808_0x0301.cs
│   ├── JT808_0x0302.cs
│   ├── JT808_0x0303.cs
│   ├── JT808_0x0500.cs
│   ├── JT808_0x0608.cs
│   ├── JT808_0x0700.cs
│   ├── JT808_0x0701.cs
│   ├── JT808_0x0701_CustomBodyBase.cs
│   ├── JT808_0x0702.cs
│   ├── JT808_0x0704.cs
│   ├── JT808_0x0705.cs
│   ├── JT808_0x0800.cs
│   ├── JT808_0x0801.cs
│   ├── JT808_0x0802.cs
│   ├── JT808_0x0805.cs
│   ├── JT808_0x0900.cs
│   ├── JT808_0x0900_BodyBase.cs
│   ├── JT808_0x0901.cs
│   ├── JT808_0x0A00.cs
│   ├── JT808_0x8001.cs
│   ├── JT808_0x8003.cs
│   ├── JT808_0x8004.cs
│   ├── JT808_0x8100.cs
│   ├── JT808_0x8103.cs
│   ├── JT808_0x8103_0x0001.cs
│   ├── JT808_0x8103_0x0002.cs
│   ├── JT808_0x8103_0x0003.cs
│   ├── JT808_0x8103_0x0004.cs
│   ├── JT808_0x8103_0x0005.cs
│   ├── JT808_0x8103_0x0006.cs
│   ├── JT808_0x8103_0x0007.cs
│   ├── JT808_0x8103_0x0010.cs
│   ├── JT808_0x8103_0x0011.cs
│   ├── JT808_0x8103_0x0012.cs
│   ├── JT808_0x8103_0x0013.cs
│   ├── JT808_0x8103_0x0014.cs
│   ├── JT808_0x8103_0x0015.cs
│   ├── JT808_0x8103_0x0016.cs
│   ├── JT808_0x8103_0x0017.cs
│   ├── JT808_0x8103_0x0018.cs
│   ├── JT808_0x8103_0x0019.cs
│   ├── JT808_0x8103_0x001A.cs
│   ├── JT808_0x8103_0x001B.cs
│   ├── JT808_0x8103_0x001C.cs
│   ├── JT808_0x8103_0x001D.cs
│   ├── JT808_0x8103_0x0020.cs
│   ├── JT808_0x8103_0x0021.cs
│   ├── JT808_0x8103_0x0022.cs
│   ├── JT808_0x8103_0x0023.cs
│   ├── JT808_0x8103_0x0024.cs
│   ├── JT808_0x8103_0x0025.cs
│   ├── JT808_0x8103_0x0026.cs
│   ├── JT808_0x8103_0x0027.cs
│   ├── JT808_0x8103_0x0028.cs
│   ├── JT808_0x8103_0x0029.cs
│   ├── JT808_0x8103_0x002C.cs
│   ├── JT808_0x8103_0x002D.cs
│   ├── JT808_0x8103_0x002E.cs
│   ├── JT808_0x8103_0x002F.cs
│   ├── JT808_0x8103_0x0030.cs
│   ├── JT808_0x8103_0x0031.cs
│   ├── JT808_0x8103_0x0032.cs
│   ├── JT808_0x8103_0x0040.cs
│   ├── JT808_0x8103_0x0041.cs
│   ├── JT808_0x8103_0x0042.cs
│   ├── JT808_0x8103_0x0043.cs
│   ├── JT808_0x8103_0x0044.cs
│   ├── JT808_0x8103_0x0045.cs
│   ├── JT808_0x8103_0x0046.cs
│   ├── JT808_0x8103_0x0047.cs
│   ├── JT808_0x8103_0x0048.cs
│   ├── JT808_0x8103_0x0049.cs
│   ├── JT808_0x8103_0x0050.cs
│   ├── JT808_0x8103_0x0051.cs
│   ├── JT808_0x8103_0x0052.cs
│   ├── JT808_0x8103_0x0053.cs
│   ├── JT808_0x8103_0x0054.cs
│   ├── JT808_0x8103_0x0055.cs
│   ├── JT808_0x8103_0x0056.cs
│   ├── JT808_0x8103_0x0057.cs
│   ├── JT808_0x8103_0x0058.cs
│   ├── JT808_0x8103_0x0059.cs
│   ├── JT808_0x8103_0x005A.cs
│   ├── JT808_0x8103_0x005B.cs
│   ├── JT808_0x8103_0x005C.cs
│   ├── JT808_0x8103_0x005D.cs
│   ├── JT808_0x8103_0x005E.cs
│   ├── JT808_0x8103_0x0064.cs
│   ├── JT808_0x8103_0x0065.cs
│   ├── JT808_0x8103_0x0070.cs
│   ├── JT808_0x8103_0x0071.cs
│   ├── JT808_0x8103_0x0072.cs
│   ├── JT808_0x8103_0x0073.cs
│   ├── JT808_0x8103_0x0074.cs
│   ├── JT808_0x8103_0x0080.cs
│   ├── JT808_0x8103_0x0081.cs
│   ├── JT808_0x8103_0x0082.cs
│   ├── JT808_0x8103_0x0083.cs
│   ├── JT808_0x8103_0x0084.cs
│   ├── JT808_0x8103_0x0090.cs
│   ├── JT808_0x8103_0x0091.cs
│   ├── JT808_0x8103_0x0092.cs
│   ├── JT808_0x8103_0x0093.cs
│   ├── JT808_0x8103_0x0094.cs
│   ├── JT808_0x8103_0x0095.cs
│   ├── JT808_0x8103_0x0100.cs
│   ├── JT808_0x8103_0x0101.cs
│   ├── JT808_0x8103_0x0102.cs
│   ├── JT808_0x8103_0x0103.cs
│   ├── JT808_0x8103_0x0110.cs
│   ├── JT808_0x8103_BodyBase.cs
│   ├── JT808_0x8103_CustomBodyBase.cs
│   ├── JT808_0x8104.cs
│   ├── JT808_0x8105.cs
│   ├── JT808_0x8106.cs
│   ├── JT808_0x8107.cs
│   ├── JT808_0x8108.cs
│   ├── JT808_0x8201.cs
│   ├── JT808_0x8202.cs
│   ├── JT808_0x8203.cs
│   ├── JT808_0x8204.cs
│   ├── JT808_0x8300.cs
│   ├── JT808_0x8301.cs
│   ├── JT808_0x8302.cs
│   ├── JT808_0x8303.cs
│   ├── JT808_0x8304.cs
│   ├── JT808_0x8400.cs
│   ├── JT808_0x8401.cs
│   ├── JT808_0x8500.cs
│   ├── JT808_0x8500_0x0001.cs
│   ├── JT808_0x8500_ControlType.cs
│   ├── JT808_0x8600.cs
│   ├── JT808_0x8601.cs
│   ├── JT808_0x8602.cs
│   ├── JT808_0x8603.cs
│   ├── JT808_0x8604.cs
│   ├── JT808_0x8605.cs
│   ├── JT808_0x8606.cs
│   ├── JT808_0x8607.cs
│   ├── JT808_0x8608.cs
│   ├── JT808_0x8700.cs
│   ├── JT808_0x8701.cs
│   ├── JT808_0x8702.cs
│   ├── JT808_0x8800.cs
│   ├── JT808_0x8801.cs
│   ├── JT808_0x8802.cs
│   ├── JT808_0x8803.cs
│   ├── JT808_0x8804.cs
│   ├── JT808_0x8805.cs
│   ├── JT808_0x8900.cs
│   ├── JT808_0x8900_BodyBase.cs
│   └── JT808_0x8A00.cs
├── MessagePack
│   ├── JT808MessagePackReader.cs
│   └── JT808MessagePackWriter.cs
├── Metadata
│   ├── JT808CanProperty.cs
│   ├── JT808CircleAreaProperty.cs
│   ├── JT808ContactProperty.cs
│   ├── JT808EventProperty.cs
│   ├── JT808InflectionPointProperty.cs
│   ├── JT808InformationItemProperty.cs
│   ├── JT808MultimediaSearchProperty.cs
│   ├── JT808PeakProperty.cs
│   ├── JT808RectangleAreaProperty.cs
│   └── JT808SplitPackageProperty.cs
├── bin
│   ├── Debug
│   │   ├── netstandard2.0
│   │   │   ├── JT808.Protocol.deps.json
│   │   │   ├── JT808.Protocol.dll
│   │   │   └── JT808.Protocol.pdb
│   │   └── netstandard2.1
│   │       ├── JT808.Protocol.deps.json
│   │       ├── JT808.Protocol.dll
│   │       └── JT808.Protocol.pdb
│   └── Release
│       ├── netstandard2.0
│       │   ├── JT808.Protocol.deps.json
│       │   ├── JT808.Protocol.dll
│       │   ├── JT808.Protocol.pdb
│       │   └── JT808.Protocol.xml
│       └── netstandard2.1
│           ├── JT808.Protocol.deps.json
│           ├── JT808.Protocol.dll
│           ├── JT808.Protocol.pdb
│           └── JT808.Protocol.xml
└── obj
    ├── Debug
    │   ├── netstandard2.0
    │   │   ├── JT808.Protocol.AssemblyInfo.cs
    │   │   ├── JT808.Protocol.AssemblyInfoInputs.cache
    │   │   ├── JT808.Protocol.assets.cache
    │   │   ├── JT808.Protocol.csproj.CoreCompileInputs.cache
    │   │   ├── JT808.Protocol.csproj.FileListAbsolute.txt
    │   │   ├── JT808.Protocol.csprojAssemblyReference.cache
    │   │   ├── JT808.Protocol.dll
    │   │   └── JT808.Protocol.pdb
    │   └── netstandard2.1
    │       ├── JT808.Protocol.AssemblyInfo.cs
    │       ├── JT808.Protocol.AssemblyInfoInputs.cache
    │       ├── JT808.Protocol.assets.cache
    │       ├── JT808.Protocol.csproj.CoreCompileInputs.cache
    │       ├── JT808.Protocol.csproj.FileListAbsolute.txt
    │       ├── JT808.Protocol.csprojAssemblyReference.cache
    │       ├── JT808.Protocol.dll
    │       └── JT808.Protocol.pdb
    ├── JT808.Protocol.csproj.nuget.cache
    ├── JT808.Protocol.csproj.nuget.dgspec.json
    ├── JT808.Protocol.csproj.nuget.g.props
    ├── JT808.Protocol.csproj.nuget.g.targets
    ├── Release
    │   ├── netstandard2.0
    │   │   ├── JT808.Protocol.AssemblyInfo.cs
    │   │   ├── JT808.Protocol.AssemblyInfoInputs.cache
    │   │   ├── JT808.Protocol.assets.cache
    │   │   ├── JT808.Protocol.csproj.CoreCompileInputs.cache
    │   │   ├── JT808.Protocol.csproj.FileListAbsolute.txt
    │   │   ├── JT808.Protocol.csprojAssemblyReference.cache
    │   │   ├── JT808.Protocol.dll
    │   │   └── JT808.Protocol.pdb
    │   └── netstandard2.1
    │       ├── JT808.Protocol.AssemblyInfo.cs
    │       ├── JT808.Protocol.AssemblyInfoInputs.cache
    │       ├── JT808.Protocol.assets.cache
    │       ├── JT808.Protocol.csproj.CoreCompileInputs.cache
    │       ├── JT808.Protocol.csproj.FileListAbsolute.txt
    │       ├── JT808.Protocol.csprojAssemblyReference.cache
    │       ├── JT808.Protocol.dll
    │       └── JT808.Protocol.pdb
    ├── project.assets.json
    └── project.nuget.cache

26 directories, 398 files



标签: 交通 协议 解析

实例下载地址

交通808协议解析

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警