From 91a4e8e171497b0b9480525c827faac5298d600f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E7=BA=AF=E5=87=80?= <1113655791@qq.com> Date: Sun, 13 Oct 2024 23:28:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E9=80=9A=E8=AE=AF=EF=BC=8C=E6=9C=89?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E6=95=B0=E6=8D=AE=EF=BC=8C=E8=BF=98=E6=9C=AA?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E5=93=8D=E5=BA=94=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- example/test/main.go | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fee245..c4fa867 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ ### 拉取通达信的数据 -### 参考 https://github.com/bensema/gotdx \ No newline at end of file +### 参考 https://github.com/bensema/gotdx + + +### 开发进度 + +#### 能通讯,有响应数据,还未解析响应数据 +![](docs/plan.png) \ No newline at end of file diff --git a/example/test/main.go b/example/test/main.go index ab7c69b..2a0a967 100644 --- a/example/test/main.go +++ b/example/test/main.go @@ -23,7 +23,7 @@ func main() { 发送: 0c02000000011a001a003e05050000000000000002000030303030303101363030303038 - 接受: + 接收: b1cb74001c00000000000d005100bd00789c6378c1cecb252ace6066c5b4898987b9050ed1f90cc5b74c18a5bc18c1b43490fecff09c81819191f13fc3c9f3bb169f5e7dfefeb5ef57f7199a305009308208e5b32bb6bcbf70148712002d7f1e13 b1cb74000c02000000003e05ac00ac000102020000303030303031601294121a1c2d4eadabcf0ed412aae5fc01afb0024561124fbcc08301afa47900b2e3174100bf68871a4201b741b6144302bb09af334403972e96354504ac09b619560e00000000f8ff601201363030303038b60fba04060607429788a70efa04ada37ab2531c12974d91e7449dbc354184b6010001844bad324102b5679ea1014203a65abd8d0143048a6ba4dd01440587e101b3d2029613000000000000b60f */ @@ -36,6 +36,7 @@ func main() { } +// 监听第三方包发送的数据,确定协议用 func _listen() { listen.RunTCP(7709, func(s *server.Server) { s.SetClientOption(func(c *client.Client) {