# telnetTree **Repository Path**: huguozhang/telnet-tree ## Basic Information - **Project Name**: telnetTree - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-05 - **Last Updated**: 2025-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # telnetTree #### 介绍 1.提供一个客户通过文本协议(telnet)与服务器端交互的功能。该功能将监听一个端口(例如8765),并实现如下命令: mul命令:输入 mul x y 输出相乘的结果,例如 mul 3 4 , 得出 12; 2.某json结构修改为tree树型结构 #### 软件架构 本系统使用PHP语言,Yii2框架 使用React等库来实现套接字的处理 功能代码路径入口: /frontend/controllers/TelnetController.php