Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个简单的应用程序来监听某些传入的 TCP 消息
我可以编写一些代码来手动发送 TCP 消息,但我想知道是否有更简单的方法来发送“假”传入的 TCP 消息。我搜索了一下,但我没有找到一个简单的方法来做到这一点。
如果您的应用程序有一个简单的文本协议,您可以只使用telnet localhost port. 否则查看netcat
telnet localhost port
netcat