TCP/Telnet 连接 Winform 到 Winform c#

发布于 2024-12-13 16:52:06 字数 238 浏览 0 评论 0原文

我希望在应用程序中模拟两种表单之间的连接(它是电话网络模拟器)。

我想要超越使用简单的方法来假装存在连接(IsEngged()、IsConnected()),并以某种方式在表单(电话)之间创建实际连接。

我认为我应该能够通过 telnet/tcp 做到这一点是否正确?

我并不是要求一个完整的解决方案,但希望您能在正确的方向上点头。到目前为止,我所有的搜索都没有得出与我的情况类似的结果。

非常感谢

I wish to simulate a connection between two forms in an application (it's a telephone network simulator).

I want to go beyond using simple methods to pretend there is a connection (IsEngaged(), IsConnected()) and somehow create an actual connection between the forms (telephones).

Am I correct in thinking I should be able to do this via telnet/tcp?

I'm not asking for a complete solution but would appreciate a nod in the right direction. All of my searches so far have come up with nothing similar to my scenario.

Many Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哭了丶谁疼 2024-12-20 16:52:06

我不会为 telnet 烦恼 - 实现 Telnet 是相当“艰苦的工作”...

出于模拟目的,您可以使用 TCP 或 UDP 或命名管道来模拟它 - 任何可用于(双向)IPC 的东西都应该工作...

I wouldn't bother with telnet - implementing Telnet is rather "hard work"...

For simulation purposes you can mock this with TCP or UDP or named pipe - anything usable for (bidirectional) IPC should work...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文