Coder Social home page Coder Social logo

dongjin888 / java-jtt809-2011 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sengeiou/java-jtt809-2011

0.0 0.0 0.0 38 KB

基于Netty实现的 JT / T809-2011 协议。不用再阅读协议,这些都已对接好,包含心跳检测、断线重连、客户端管理等!只需实现业务数据保存即可

License: MIT License

Java 100.00%

java-jtt809-2011's Introduction

java-jtt809-2011

介绍

JT / T809-2011 Java版本

不依赖spring、不依赖springboot,拒绝万物皆可spring !我不是抵触spring,因为项目引入spring会让项目膨胀很大,spring虽然很方便,但是为了一点点小方便,似乎十分不划算!而且作为一个优秀的CV程序员,要学会自己写代码

软件架构

后续补充

安装教程

没啥特别之处,按照普通项目运行就行 项目入口可以查看 pom 文件 properties 的 start-class 配置

使用说明

  1. GnssCenterService 管理下级平台的一些认证啥的,需要自己实现。甚至你自己去写死都行
  2. 所有关于业务的协议处理都在 org.tucke.jtt809.handler.protocol 包下,只需根据自己使用的数据库实现数据保存即可。尽量避免使用一个文件,也尽量避免文件过多,建议将类型相同的协议放在一起(如连接类的协议都放在 org.tucke.jtt809.handler.protocol.connect.ConnectProtocol )
  3. 所有的内层包解析建议都放在 org.tucke.jtt809.packet 包下的消息实体类中,将消息实体和消息解码编码放在一起,方便代码管理和阅读,省得来回切换目录,眼花缭乱

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

java-jtt809-2011's People

Contributors

tucke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.