This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT808
mirror of
https://github.com/SmallChi/JT808.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
53
Wiki
Activity
Browse Source
v2.2.4
1.修复0x8606解析错误 2.修复且完善0x0200附加信息 3.增加协议分析工具待完善
tags/v2.2.4
SmallChi(Koike)
5 years ago
parent
03ab089f93
commit
ae13ae7b20
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
+ 4
- 0
src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
View File
@@ -10,6 +10,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Extensions\**" />
<Compile Remove="MessageBody\**" />
Write
Preview
Loading…
Cancel
Save