Skip to content

Dev_2026Q1#27

Merged
nevstop merged 6 commits intomainfrom
Dev_2026Q1
Mar 28, 2026
Merged

Dev_2026Q1#27
nevstop merged 6 commits intomainfrom
Dev_2026Q1

Conversation

@nevstop
Copy link
Copy Markdown
Contributor

@nevstop nevstop commented Mar 16, 2026

  • Analyze both README files for sync issues and language improvements
  • Improve English README: clarity, consistency, natural phrasing
  • Improve Chinese README: fix typo, standardize formatting, natural phrasing
  • Sync packet type names between EN and ZH versions
  • Sync section structures and descriptions

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

nevstop and others added 4 commits March 16, 2026 16:40
…cycle events (#24)

* Initial plan

* 完善 Protocol.v0.(zh-cn).md: 添加 cmd-resp 握手说明和通信流程图

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* 根据审查意见更新 Protocol.v0.(zh-cn).md:修正包类型值、同步流程和异步流程图

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* 根据审查意见修正 cmd-resp 注释、同步流程说明及异步流程图逻辑

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* 统一 error 包描述,修正异步无返回流程文字与图表一致性

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* Add info packet documentation for connection/disconnection events

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* Sync EN/ZH protocol and README files for consistency

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
* #25 Completed the issues fix.

Co-Authored-By: NEVSTOP <8196752+nevstop@users.noreply.github.com>

* #26  Back-up >> works on interrupt

* #26 Completed the interrupt mode and new Example 6 for demo this feature

* change after code review

---------

Co-authored-by: NEVSTOP <8196752+nevstop@users.noreply.github.com>
Co-authored-by: nevstop <nevstop@NEVSTOP-LAB>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the TCP-Router client API and documentation to support new/renumbered packet types (including cmd-resp and separate status vs interrupt broadcasts), along with packaging/config adjustments for the 2026Q1 dev drop.

Changes:

  • Updated protocol packet type definitions across READMEs and protocol docs, adding cmd-resp plus splitting subscription broadcasts into status and interrupt.
  • Added a new client API VI (Status-Request-ServerInstance-Name.vi) and updated class metadata for an existing VI item.
  • Updated VIPB package metadata/version/release notes and adjusted .lvcsm module paths + status items.

Reviewed changes

Copilot reviewed 7 out of 15 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
src/_addons/TCP-Router/ClientAPI/TcpRouter-Client.lvclass Adds a new static VI item to the client class and updates class item metadata.
README.md Updates packet type list and numeric IDs; documents welcome/goodbye semantics for info.
README(zh-cn).md Updates header layout diagram and packet type list/IDs in Chinese README.
CSM-TCP-Router.vipb Bumps package version and adds release notes entry.
CSM-TCP-Router.lvcsm Changes module paths to include src/ and adds status/history entries.
.doc/Protocol.v0.(zh-cn).md Updates packet type IDs and adds detailed communication flow diagrams/handshake semantics.
.doc/Protocol.v0.(en).md Same as above in English.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

删除这个文件, 并 ignore

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@nevstop
Copy link
Copy Markdown
Contributor Author

nevstop commented Mar 28, 2026

@copilot review readme (en/ch),让两边同步,并且更加的地道、通顺、简洁且容易阅读。

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 28, 2026

@copilot review readme (en/ch),让两边同步,并且更加的地道、通顺、简洁且容易阅读。

Done in commit 2983f9c. Here's a summary of what was improved in both READMEs:

Both (synced):

  • Packet type names: Subscription Normal/Interrupt Broadcast PacketStatus/Interrupt Broadcast Packet / 状态广播数据包 / 中断广播数据包
  • Consistent backtick formatting for all packet type identifiers

English:

  • Intro: more concise, single sentence with em-dash
  • Feature bullet: "Any CSM message … can also be transmitted … over TCP" (cleaner)
  • Protocol section: "This field specifies … Supported types are:" (tighter)
  • CSM command set description: removed verbose phrasing around invisible-bus explanation
  • TCP-Router command set description: "These commands expose the management functions…"
  • Client section: "The bundled … includes additional built-in commands…"
  • Switch command: clearer explanation

Chinese:

  • Intro: (CSM-TCP-Router) full-width brackets; merged two sentences into one
  • Fixed typo: 数据长度字范围数据长度范围
  • Feature bullet: shorter, more natural phrasing
  • Protocol description: 数据包类型字段为枚举值…目前支持以下类型
  • CSM command set description: 无需侵入原有代码即可实现远程通讯
  • TCP-Router command set: unified sentence; standardized all command list separators to :
  • Client section: 代码中内置了一个标准的CSM-TCP-Router客户端…

@nevstop nevstop requested a review from a team March 28, 2026 13:46
@nevstop nevstop merged commit 20aa18c into main Mar 28, 2026
@nevstop nevstop deleted the Dev_2026Q1 branch March 28, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants