嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Jt808协议数据监听并解析软件
基于交通部808协议,通过端口监听获取数据并将数据解析。
.
├── Data808Get.csproj
├── Data808Get.csproj.user
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Jt808协议数据监听并解析软件.rar
├── Program.cs
├── bin
│ └── Debug
│ └── netcoreapp3.1
│ ├── Data808Get.deps.json
│ ├── Data808Get.dll
│ ├── Data808Get.exe
│ ├── Data808Get.pdb
│ ├── Data808Get.runtimeconfig.dev.json
│ ├── Data808Get.runtimeconfig.json
│ ├── JT808.Protocol.dll
│ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ ├── System.Runtime.CompilerServices.Unsafe.dll
│ ├── System.Text.Encoding.CodePages.dll
│ ├── System.Text.Json.dll
│ ├── runtimes
│ │ └── win
│ │ └── lib
│ │ └── netcoreapp2.0
│ │ └── System.Text.Encoding.CodePages.dll
│ └── xunit.assert.dll
└── obj
├── Data808Get.csproj.nuget.dgspec.json
├── Data808Get.csproj.nuget.g.props
├── Data808Get.csproj.nuget.g.targets
├── Debug
│ └── netcoreapp3.1
│ ├── Data808Get.AssemblyInfo.cs
│ ├── Data808Get.AssemblyInfoInputs.cache
│ ├── Data808Get.Form1.resources
│ ├── Data808Get.assets.cache
│ ├── Data808Get.csproj.CopyComplete
│ ├── Data808Get.csproj.CoreCompileInputs.cache
│ ├── Data808Get.csproj.FileListAbsolute.txt
│ ├── Data808Get.csproj.GenerateResource.cache
│ ├── Data808Get.csprojAssemblyReference.cache
│ ├── Data808Get.designer.deps.json
│ ├── Data808Get.designer.runtimeconfig.json
│ ├── Data808Get.dll
│ ├── Data808Get.exe
│ ├── Data808Get.genruntimeconfig.cache
│ ├── Data808Get.pdb
│ └── apphost.exe
├── project.assets.json
└── project.nuget.cache
10 directories, 41 files