• Stars
    star
    463
  • Rank 94,661 (Top 2 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Simple & Strong Tool for TCP&UDP Debug

SSokit

官方
http://product.rangaofei.cn/ssokit/pages/

mac用户可直接使用homebrew安装

brew install ssokit --cask

可以用作TCP/UDP服务端:

也可以用作TCP/UDP客户端:

你可以选中buf下的高级选项,会显示出header的设置view

现在你可以定制你自己的header了

  • Header 添加到发送信息的最开始,可以输入16进制或者asc码

  • Length 选择None不会添加buf+tailer的长度到header之后;选择Short将会添加一个占2byte的短整型buf+tailer的长度到header之后,buf之前;选择Int将会添加一个占4byte的整型buf+header的长度到header之后,buf之前。

Endian 代表上边的length字节序采用的是大端模式还是小端模式

个人开发不易

欢迎issue或者询问

qq:876038559