# DeskSocket_github **Repository Path**: kqz2007/desk-socket_github ## Basic Information - **Project Name**: DeskSocket_github - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-27 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeskSocket ![Platform](https://img.shields.io/badge/paltform-win11_x64-brightgreen) ![Qt Version](https://img.shields.io/badge/_Qt_-6.8.3-yellowgreen) ![Build](https://img.shields.io/badge/build-MSVC_2019_x64-blue) #### 一、简介 `DeskSocket` 是一款用于测试网络通信的桌面(`Windows 10`)工具软件,软件支持以下几种功能 * `TCP 服务端` 监听本地端口,接收客户端的 `UDP` 连接,并展示收发的数据。 * `TCP 客户端` 连接远程或本地网络端口,进行数据接收和发送。 * `UDP 服务端` 监听本地端口,接收客户端的 `UDP` 连接,并展示收发的数据。 * `UDP 客户端` 连接远程或本地网络端口,进行数据接收和发送。 * `UDP 广播端` 在本地网卡上进行数据广播。 同时,软件也提供了一些日常工作中常用的计算工具;满足程序员日常工作中对网络数据通信测试的需求。 #### 二、功能展示 * 主界面 ![](Resource/help/p1.png) * `JSON` 格式化工具 ![](Resource/help/p2.png) * 经纬度数据转换工具 ![](Resource/help/p3.png)