有谁知道一个非常好的 Windows 客户端/服务器 tcp/udp 终端实用程序?
我想要一个实用程序,允许我作为客户端或服务器发送/接收 tcp 和 udp 消息、组装数据包、设置响应等......最好在 Windows 上。如果您见过类似的事情,请告诉我。谢谢!
I would like a utility that would allow me to send/receive tcp and udp messages as a client or server, assemble packets, set responses, etc... Preferably on Windows. Please let me know if you've seen anything like this. THANKS!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
为此,我使用“Hercules SETUP Utility”。乍一看似乎太简单了,但它确实是非常有用的实用程序。
I use "Hercules SETUP Utility" for this. It looks too simple at first blush, but it is the the very useful utility indeed.
为什么不尝试使用一种 .NET 语言在 System.Net 中使用 TcpClient 和 TcpListener?使用这些类来实现您自己的客户端/服务器系统非常简单。
Why don't you try the TcpClient and TcpListener in System.Net in one of the .NET languages? It is very simple to use these classes to implement a client/server system for your own.
您可以使用 Docklight 脚本:
我自己没有尝试过的另一个免费软件解决方案是 Packet Sender
You can do the following with the free evaluation version (no time limit) of Docklight Scripting on Windows:
Another freeware solution that I didn't try myself, but looks really good is Packet Sender
尝试使用 YAT 终端。它可以处理 TCP/UDP/串行通信。使用热键和按钮发送宏的良好设置
Try to use YAT Terminal. It could process TCP/UDP/Serial communication. Nice setup for macros to send with hotkeys and buttons