@@ -33,3 +33,7 @@ jobs: | |||||
run: dotnet build ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.YueBiao.Test/JT808.Protocol.Extensions.YueBiao.Test.csproj | run: dotnet build ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.YueBiao.Test/JT808.Protocol.Extensions.YueBiao.Test.csproj | ||||
- name: dotnet jt808_yuebiao test | - name: dotnet jt808_yuebiao test | ||||
run: dotnet test ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.YueBiao.Test/JT808.Protocol.Extensions.YueBiao.Test.csproj | run: dotnet test ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.YueBiao.Test/JT808.Protocol.Extensions.YueBiao.Test.csproj | ||||
- name: dotnet gps51 build | |||||
run: dotnet build ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.GPS51.Test/JT808.Protocol.Extensions.GPS51.Test.csproj | |||||
- name: dotnet gps51 test | |||||
run: dotnet test ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.GPS51.Test/JT808.Protocol.Extensions.GPS51.Test.csproj |
@@ -382,7 +382,7 @@ Due to access many different equipment vendor's agreement, but each protocol doc | |||||
| Install-Package JT808.Protocol.Extensions.JT1078 |  | | |JT1078 extension JT808| | | Install-Package JT808.Protocol.Extensions.JT1078 |  | | |JT1078 extension JT808| | ||||
| Install-Package JT808.Protocol.Extensions.SuBiao|  | | |Active Safety (Su Biao) extension JT808| | | Install-Package JT808.Protocol.Extensions.SuBiao|  | | |Active Safety (Su Biao) extension JT808| | ||||
| Install-Package JT808.Protocol.Extensions.YueBiao|  | | |Active Safety (Yue Biao) extension JT808| | | Install-Package JT808.Protocol.Extensions.YueBiao|  | | |Active Safety (Yue Biao) extension JT808| | ||||
| Install-Package JT808.Protocol.Extensions.GPS51 |  |  |  | |||||
| Install-Package JT808.Protocol.Extensions.GPS51 |  |  |  | GPS51 extension JT808 | |||||
## Using BenchmarkDotNet performance test reports (just for fun, not to be taken seriously) | ## Using BenchmarkDotNet performance test reports (just for fun, not to be taken seriously) | ||||
@@ -398,7 +398,7 @@ JT808Serializer DT2JT808Serializer = new JT808Serializer(DT2JT808Config); | |||||
| Install-Package JT808.Protocol.Extensions.JT1078 |  |  |  | JT1078 扩展 JT808 | | | Install-Package JT808.Protocol.Extensions.JT1078 |  |  |  | JT1078 扩展 JT808 | | ||||
| Install-Package JT808.Protocol.Extensions.SuBiao |  |  |  | 主动安全(苏标)扩展 JT808 | | | Install-Package JT808.Protocol.Extensions.SuBiao |  |  |  | 主动安全(苏标)扩展 JT808 | | ||||
| Install-Package JT808.Protocol.Extensions.YueBiao |  |  |  | 主动安全(粤标)扩展 JT808 | | | Install-Package JT808.Protocol.Extensions.YueBiao |  |  |  | 主动安全(粤标)扩展 JT808 | | ||||
| Install-Package JT808.Protocol.Extensions.GPS51 |  |  |  | 主动安全(粤标)扩展 JT808 | | |||||
| Install-Package JT808.Protocol.Extensions.GPS51 |  |  |  | GPS51 扩展JT808| | |||||
## 使用 BenchmarkDotNet 性能测试报告(只是玩玩,不能当真) | ## 使用 BenchmarkDotNet 性能测试报告(只是玩玩,不能当真) | ||||
@@ -2,5 +2,6 @@ dotnet pack .\src\JT808.Protocol\JT808.Protocol.csproj -c Release --output nupkg | |||||
dotnet pack .\src\JT808.Protocol.Extensions\JT808.Protocol.Extensions.JT1078\JT808.Protocol.Extensions.JT1078.csproj -c Release --output nupkgs | dotnet pack .\src\JT808.Protocol.Extensions\JT808.Protocol.Extensions.JT1078\JT808.Protocol.Extensions.JT1078.csproj -c Release --output nupkgs | ||||
dotnet pack .\src\JT808.Protocol.Extensions\JT808.Protocol.Extensions.SuBiao\JT808.Protocol.Extensions.SuBiao.csproj -c Release --output nupkgs | dotnet pack .\src\JT808.Protocol.Extensions\JT808.Protocol.Extensions.SuBiao\JT808.Protocol.Extensions.SuBiao.csproj -c Release --output nupkgs | ||||
dotnet pack .\src\JT808.Protocol.Extensions\JT808.Protocol.Extensions.YueBiao\JT808.Protocol.Extensions.YueBiao.csproj -c Release --output nupkgs | dotnet pack .\src\JT808.Protocol.Extensions\JT808.Protocol.Extensions.YueBiao\JT808.Protocol.Extensions.YueBiao.csproj -c Release --output nupkgs | ||||
dotnet pack .\src\JT808.Protocol.Extensions\JT808.Protocol.Extensions.GPS51\JT808.Protocol.Extensions.GPS51.csproj -c Release --output nupkgs | |||||
pause | pause |
@@ -8,7 +8,7 @@ | |||||
<PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl> | <PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl> | ||||
<licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl> | <licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl> | ||||
<license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license> | <license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license> | ||||
<Version>2.6.6</Version> | |||||
<Version>2.6.7</Version> | |||||
<ImplicitUsings>enable</ImplicitUsings> | <ImplicitUsings>enable</ImplicitUsings> | ||||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | <PackageLicenseFile>LICENSE</PackageLicenseFile> | ||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||||
@@ -5,10 +5,10 @@ | |||||
<PackageId>JT808.Protocol.Extensions.GPS51</PackageId> | <PackageId>JT808.Protocol.Extensions.GPS51</PackageId> | ||||
<Product>JT808.Protocol.Extensions.GPS51</Product> | <Product>JT808.Protocol.Extensions.GPS51</Product> | ||||
<Description> | <Description> | ||||
JT/T1078 video message protocol based on JT/JT808 protocol and GB808 protocol extension.基于JT808协议、GB808协议扩展的JT1078视频消息协议。 | |||||
GPS51 message protocol based on JT/JT808 protocol and GB808 protocol extension.基于JT808协议、GB808协议扩展的GPS51消息协议。 | |||||
</Description> | </Description> | ||||
<PackageReleaseNotes> | <PackageReleaseNotes> | ||||
JT/T1078 video message protocol based on JT/JT808 protocol and GB808 protocol extension.基于JT/T808协议、GB808协议扩展的JT/T1078视频消息协议。 | |||||
GPS51 message protocol based on JT/JT808 protocol and GB808 protocol extension.基于JT/T808协议、GB808协议扩展的GPS51消息协议。 | |||||
</PackageReleaseNotes> | </PackageReleaseNotes> | ||||
<DocumentationFile>JT808.Protocol.Extensions.GPS51.xml</DocumentationFile> | <DocumentationFile>JT808.Protocol.Extensions.GPS51.xml</DocumentationFile> | ||||
<GenerateDocumentationFile>True</GenerateDocumentationFile> | <GenerateDocumentationFile>True</GenerateDocumentationFile> | ||||