JT808.Protocol.Extensions.Streamax 0.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package JT808.Protocol.Extensions.Streamax --version 0.5.3                
NuGet\Install-Package JT808.Protocol.Extensions.Streamax -Version 0.5.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JT808.Protocol.Extensions.Streamax" Version="0.5.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JT808.Protocol.Extensions.Streamax --version 0.5.3                
#r "nuget: JT808.Protocol.Extensions.Streamax, 0.5.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JT808.Protocol.Extensions.Streamax as a Cake Addin
#addin nuget:?package=JT808.Protocol.Extensions.Streamax&version=0.5.3

// Install JT808.Protocol.Extensions.Streamax as a Cake Tool
#tool nuget:?package=JT808.Protocol.Extensions.Streamax&version=0.5.3                

Streamax.Protocol

锐明808公交业务扩展协议

NuGet安装

Package Name Version Downloads
Install-Package JT808.Protocol.Extensions.Streamax JT808.Protocol.Extensions.Streamax JT808.Protocol.Extensions.Streamax

锐明JT808公交业务扩展协议消息对照表

序号 消息ID 完成情况 测试情况 消息体名称
1 0x0B01 运营登记
2 0x0B02 到离站信息上报
3 0x0B03 进出定点信息上报
4 0x0B04 违规信息上报
5 0x0B05 考勤
6 0x0B06 - 校时请求
7 0x0B07 - 行车计划请求
8 0x0B08 - 业务登记
9 0x0B09 业务请求
10 0x0B0A - 升级结果上报
11 0x0B0B 设备故障上报
12 0x0200_0x14 - 视频相关报警
13 0x0200_0x15 - 异常驾驶行为报警详细描述
14 0x0200_0x16 线路编码
15 0x0200_0x17 业务类型
16 0x8B01 发车通知
17 0x8B02 业务变更指令
18 0x8B05 考勤应答
19 0x8B06 - 校时应答
20 0x8B09 业务请求应答
21 0x8B0A 升级通知

使用方法

IServiceCollection serviceDescriptors = new ServiceCollection();
serviceDescriptors.AddJT808Configure()
                  .AddStreamaxConfigure();
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on JT808.Protocol.Extensions.Streamax:

Repository Stars
SmallChi/JTTools
JT808、JT809、JT1078、JT19056、JT905、JTNE(新能源)、主动安全(苏标)、主动安全(粤标)解析工具
Version Downloads Last updated
0.5.5 85 12/26/2024
0.5.4 98 11/18/2024
0.5.3 123 8/10/2024
0.5.2 91 7/24/2024
0.5.1 119 7/5/2024
0.5.0 336 12/8/2023
0.4.9 139 11/16/2023
0.4.8 138 10/30/2023
0.4.7 202 7/28/2023
0.4.6 186 4/25/2023
0.4.5 200 4/17/2023
0.4.4 291 1/31/2023
0.4.3 383 11/10/2022
0.4.2 450 10/19/2022
0.4.1 440 5/30/2022
0.4.0 425 5/27/2022
0.3.9 443 5/27/2022
0.3.8 425 5/27/2022
0.3.7 475 5/5/2022
0.3.6 453 3/24/2022
0.3.5 482 3/14/2022
0.3.4 490 11/22/2021
0.3.3 333 10/21/2021
0.3.2 384 9/29/2021
0.3.1 356 9/29/2021
0.3.0 373 8/31/2021
0.2.9 416 7/26/2021
0.2.8 404 7/14/2021
0.2.7 395 5/18/2021
0.2.6 380 4/29/2021
0.2.5 367 4/29/2021
0.2.4 375 4/7/2021
0.2.3 394 2/19/2021
0.2.2 423 1/5/2021
0.2.1 433 1/2/2021
0.2.0 525 12/11/2020
0.1.9 431 12/8/2020
0.1.8 478 11/19/2020
0.1.7 422 11/11/2020
0.1.6 468 10/29/2020
0.1.5 482 10/27/2020
0.1.4 533 10/15/2020
0.1.3 476 10/14/2020
0.1.2 464 9/30/2020
0.1.1 493 9/30/2020
0.1.0 525 9/30/2020
0.0.9 530 9/29/2020
0.0.8 487 9/29/2020
0.0.7 432 9/29/2020
0.0.6 494 9/29/2020
0.0.5 469 9/28/2020
0.0.4 453 9/27/2020
0.0.3 469 9/27/2020
0.0.2 458 9/27/2020
0.0.1 622 9/27/2020

基于JT808协议锐明公交业务扩展部分