NetAssistant icon indicating copy to clipboard operation
NetAssistant copied to clipboard

A UDP/TCP Assistant. 网络调试助手

NetAssistant

A network debugging assistant based on Qt GUI.

Features:

  1. UDP;
  2. TCP client;
  3. TCP server;
  4. File transfer;
  5. Group chat mode;
  6. Multi-language;

Getting Started

This project is built on Qt5.

Build

git clone https://github.com/busyluo/NetAssistant.git
cd NetAssistant
qmake
make