Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 330 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 330 Bytes

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