Skip to content

A open souce network tcp & udp protocal debug tool based on PyQt5.

License

Notifications You must be signed in to change notification settings

carloscn/tinyNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Network Debug Tool

A tool of TCP/UDP debug assistant on Linux in Python(PyQt5).

main_ui

Features

  • Using the PyQt5 Core framework (Slot and Signal)
  • Selected one network device from multi-network card on PC.
  • Support "Ping" function.
  • Base functions that have TCP(Server mode / Client mode) protocal and UDP protocal.
  • Set network card a IP and get a IP from router that enable the function of DHCP.
  • Support multiple receive and send formats that include Hex and ASCII.

How To Use

To run the project you'll need Pycharm IDE, PyQt5, Python3.x and these are libraries installed on your computer. From your command line:

# use pip install pyqt5 using the douban mirror in China.
python -m pip install pyqt5  psutil numpy -i https://pypi.douban.com/simple

To pack into an app, simply type one of these:

npm run build:osx
npm run build:linux
npm run build:win32
npm run build:win64

New: Install with your familiar package manager. Check out images maintained by the community!

New: Or, with homebrew!

brew cask install electronic-wechat

Network TCP/UDP Debug Tool is released by this open source project. Born on 2020 Spring Festival Day in China.

About

A open souce network tcp & udp protocal debug tool based on PyQt5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages