8000 Tags · zhk0603/JT808 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zhk0603/JT808

Tags

v2.1.2

Toggle v2.1.2's commit message
v2.1.2

1.修复头部序列化器校验和判断
2.修改0x0200和0x8103工厂为字典接口

v2.1.1

Toggle v2.1.1's commit message
v2.1.1

1.修改位置附加信息为实例工厂(为了可以扩展国标消息)
2.修改终端参数设置为实例工厂(为了可以扩展国标消息)
3.将位置附加信息和终端参数设置的常量移入JT808Constants
4.去掉老版无用文件
5.修改配置扩展的命令空间

v2.1.0

Toggle v2.1.0's commit message
v2.1.0

1.修复0x8103消息的自定义id反序列化时报错
2.新增0x8103消息的自定义id的测试用例

3.更改版本号

4.移除依赖注入扩展项目
5.将依赖注入以扩展的形式写入主项目中

6.更新说明文档
7.修复IJT808Builder的修饰符为Interface

Author:    waterliu99 <qqcc2012game@163.com>
Date:      Wed Jul 3 18:57:39 2019 +0800
    squash 2fcc930 更改版本号
    squash c0e7fc1 1.移除依赖注入扩展项目 2.将依赖注入以扩展的形式写入主项目中
	modified:   src/JT808.Protocol.Extensions.DependencyInjection.Test/JT808.Protocol.Extensions.DependencyInjection.Test.csproj
	modified:   src/JT808.Protocol.Extensions.DependencyInjection.Test/Program.cs
	modified:   src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
	new file:   src/JT808.Protocol.Test/MessageBody/JT808Formatters/JT808_0x8103_0x0075_Formatter.cs
	new file:   src/JT808.Protocol.Test/MessageBody/JT808_0x8103CustomIdExtensions/JT808_0x8103_0x0075.cs
	modified:   src/JT808.Protocol.Test/MessageBody/JT808_0x8103Test.cs
	modified:   src/JT808.Protocol.sln
	new file:   src/JT808.Protocol/DependencyInjectionExtensions.cs
	modified:   src/JT808.Protocol/Extensions/JT808FormatterResolverExtensions.cs
	modified:   src/JT808.Protocol/Formatters/MessageBodyFormatters/JT808_0x8103_Formatter.cs
        new file:   src/JT808.Protocol/IJT808Builder.cs

v2.0.0

Toggle v2.0.0's commit message
修改语言版本

v1.3.0

Toggle v1.3.0's commit message
v1.3.0 1.修复头部包序列化器 2.修改全局注册方式 3.使用序列化器缓存 4.修改扩展包注册方式

0