MCPcopy Index your code
hub / github.com/ch0ice/jt809-tcp-server

github.com/ch0ice/jt809-tcp-server @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
168 symbols 380 edges 37 files 97 documented · 58%
What it actually does AI analysis from the code graph — generated when you open this
loading…

Extension points exported contracts — how you extend this code

CommonHandler (Interface)
@author choice @description: 逻辑处理 @date 2019-01-01 21:38 [8 implementers]
src/main/java/cn/com/onlinetool/jt809/handler/CommonHandler.java

Core symbols most depended-on inside this repo

subBytes
called by 49
src/main/java/cn/com/onlinetool/jt809/util/ByteArrayUtil.java
bytes2int
called by 25
src/main/java/cn/com/onlinetool/jt809/util/ByteArrayUtil.java
append
called by 22
src/main/java/cn/com/onlinetool/jt809/util/ByteArrayUtil.java
bytes2HexStr
called by 12
src/main/java/cn/com/onlinetool/jt809/util/ByteArrayUtil.java
bytes2gbkString
called by 8
src/main/java/cn/com/onlinetool/jt809/util/ByteArrayUtil.java
close
called by 6
src/main/java/cn/com/onlinetool/jt809/handler/outbound/Message2ByteOutboundHandler.java
write
called by 6
src/main/java/cn/com/onlinetool/jt809/handler/outbound/Message2ByteOutboundHandler.java
int2bytes
called by 5
src/main/java/cn/com/onlinetool/jt809/util/ByteArrayUtil.java

Shape

Method 113
Class 53
Enum 1
Interface 1

Languages

Java100%

Modules by API surface

src/main/java/cn/com/onlinetool/jt809/util/ByteArrayUtil.java23 symbols
src/main/java/cn/com/onlinetool/jt809/util/PacketUtil.java13 symbols
src/main/java/cn/com/onlinetool/jt809/manage/TcpChannelMsgManage.java13 symbols
src/main/java/cn/com/onlinetool/jt809/handler/inbound/ClientByte2MessageInboundHandler.java11 symbols
src/main/java/cn/com/onlinetool/jt809/constants/JT809DataTypeConstants.java11 symbols
src/main/java/cn/com/onlinetool/jt809/handler/inbound/ServerByte2MessageInboundHandler.java10 symbols
src/main/java/cn/com/onlinetool/jt809/handler/outbound/Message2ByteOutboundHandler.java9 symbols
src/test/java/cn/com/onlinetool/jt809/client/JT809TcpClient.java5 symbols
src/main/java/cn/com/onlinetool/jt809/handler/UpExgMsgHandler.java5 symbols
src/main/java/cn/com/onlinetool/jt809/bean/UpExgMsg.java5 symbols
src/test/java/cn/com/onlinetool/jt809/client/JT809TcpClientHandler.java4 symbols
src/main/java/cn/com/onlinetool/jt809/server/JT809Server.java4 symbols

For agents

$ claude mcp add jt809-tcp-server \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page