Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 784 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 784 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;

Build

Windows

Qt 5.12 tested

Linux

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

Qt 5.9.5 tested

如果是Arm环境的话,需要交叉编译,可参考以下教程,有了环境后希望能搞一下,因为ARM下也需要网络调试助手哇: 1 2 3

Arm的还是不会编译,求大佬指教。