SSokit is based on the original socket debugging tool SOkit, using QtQuick rewritten for TCP/UDP debugging tool.


Visit the website

Product. Rangaofei. Cn/ssokit/page…

This program does not require a separate installation of the QT development package


Software screenshots


Function introduction

TCP/UDP listening in

TCP/UDP debugging can be used to set up both the server and client sides.

The server can monitor only the local Ip address, and the client can monitor any Ip address. Because the system occupies the first 1024 ports, the listening port must be greater than 1024.

To send data

Characters in the edit box of the send area are sent as ASCII values (multi-byte characters are encoded in UTF8). If you want to send raw hexadecimal data, put the ASCII representation of the corresponding value in square brackets. For example, [FF AB CD 12 12] will filter out the square brackets themselves and the Spaces in them. (Use two consecutive [[to represent the [character itself)

Other features
  1. Remember the port address
  2. Remember window location

Finally, attached is the project address:

Qtquick (SSokit) Engineering Address: github.com/rangaofei/S…

The original engineering (sokit) address: https://github.com/sinpolib/sokit

Originally, I wanted to release the MAC version to Brewcask, but the maintainer sent an email saying that the star of the program was less than 50, so it could not be added to their warehouse. I hope the assisted partners can help to point the star.

Finally, if you have a question, you can just make an issue or send an email to [email protected]