All Projects → rangaofei → Ssokit Qmake

rangaofei / Ssokit Qmake

A Simple & Strong Tool for TCP&UDP Debug

Projects that are alternatives of or similar to Ssokit Qmake

Pypacker
📦 The fastest and simplest packet manipulation lib for Python
Stars: ✭ 216 (-6.49%)
Mutual labels:  tcp, socket, udp
Ohsce
PHP HI-REL SOCKET TCP/UDP/ICMP/Serial .高可靠性PHP通信&控制框架SOCKET-TCP/UDP/ICMP/硬件Serial-RS232/RS422/RS485 AND MORE!
Stars: ✭ 206 (-10.82%)
Mutual labels:  tcp, socket, udp
Elixir Socket
Socket wrapping for Elixir.
Stars: ✭ 642 (+177.92%)
Mutual labels:  tcp, socket, udp
Hp Socket
High Performance TCP/UDP/HTTP Communication Component
Stars: ✭ 4,420 (+1813.42%)
Mutual labels:  tcp, socket, udp
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-47.19%)
Mutual labels:  tcp, socket, udp
Scriptcommunicator serial Terminal
Scriptable cross-platform data terminal which supports: serial port, UDP, TCP, SPI, I2C and CAN.
Stars: ✭ 462 (+100%)
Mutual labels:  tcp, udp, qt
Netassistant
A UDP/TCP Assistant. 网络调试助手
Stars: ✭ 66 (-71.43%)
Mutual labels:  tcp, udp, qt
DatagramTunneler
Simple C++ cross-platform client/server app forwarding UDP datagrams through a TCP connection.
Stars: ✭ 116 (-49.78%)
Mutual labels:  socket, tcp, udp
Go Netstat
A netstat implementation written in Go
Stars: ✭ 121 (-47.62%)
Mutual labels:  tcp, socket, udp
Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+4806.49%)
Mutual labels:  tcp, socket, udp
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (+37.23%)
Mutual labels:  tcp, udp, qt
Kalm.js
The socket manager
Stars: ✭ 155 (-32.9%)
Mutual labels:  tcp, socket, udp
Netcat
💻 Netcat client and server modules written in pure Javascript for Node.js.
Stars: ✭ 315 (+36.36%)
Mutual labels:  tcp, socket, udp
Yasio
A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
Stars: ✭ 483 (+109.09%)
Mutual labels:  tcp, socket, udp
ddos
Simple dos attack utility
Stars: ✭ 36 (-84.42%)
Mutual labels:  socket, tcp, udp
Godsharp.socket
An easy-to-use .NET socket server and client.
Stars: ✭ 35 (-84.85%)
Mutual labels:  tcp, socket, udp
socket
Dazzle Async Socket
Stars: ✭ 19 (-91.77%)
Mutual labels:  socket, tcp, udp
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (-71%)
Mutual labels:  socket, tcp, udp
T Io
解决其它网络框架没有解决的用户痛点,让天下没有难开发的网络程序
Stars: ✭ 1,331 (+476.19%)
Mutual labels:  tcp, socket, udp
Async Sockets Cpp
Simple thread-based asynchronous TCP & UDP Socket classes in C++.
Stars: ✭ 127 (-45.02%)
Mutual labels:  tcp, socket, udp

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].