jt-808-protocol icon indicating copy to clipboard operation
jt-808-protocol copied to clipboard

Results 11 jt-808-protocol issues
Sort by recently updated
recently updated
newest added

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.8 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [netty-all](https://github.com/netty/netty) from 4.1.6.Final to 4.1.42.Final. Commits - [`bd907c3`](https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b) [maven-release-plugin] prepare release netty-4.1.42.Final - [`2791f0f`](https://github.com/netty/netty/commit/2791f0fefac82663ca09dc8aa5dda024152c92f8) Avoid use of global AtomicLong for ScheduledFutureTask ids ([#9599](https://github-redirect.dependabot.com/netty/netty/issues/9599)) - [`86ff76a`](https://github.com/netty/netty/commit/86ff76a4f77662fe1bf61deeec5f3e39e16d4020) Fix incorrect comment ([#9598](https://github-redirect.dependabot.com/netty/netty/issues/9598))...

dependencies

JT808ProtocolUtils.的doEscape4Receive方法有问题,最后一个循环for (int i = end - 1; i < bs.length; i++) { baos.write(bs[i]); } 应该要从上一个循环的i值开始,这里要考虑到有转义的情况。

谈谈思路呗. 我工作中用到了这个.

用来生成配置参数的 encode4ParamSetting,参数怎么拼装?有例子吗 我想要设置 定时拍照 0x0064

你好,非常感谢这个项目。 但还是有几个小问题,我看到你这里有写了`终端注册`的模拟报文,那其他的接口比如什么数据上行透传之类的如何来生成这个原始报文呢? 之后到了测试介入,他们肯定也需要改报文的。 所以是否有这样的工具可以直接根据接口来生成呢?就算没有的话能否提供一个思路。 万分感谢。

你心跳包校验是0x32,我校验的是0x16,从00开始到03结束

校验码对不上? 改成16就可以了? 7e000200000200000000150003167e

need to check the additional info after the first 16bits. @hylexus