是否有任何框架或库允许开发者将其管道推过 NAT 并在后端将其作为管道接收?
所以我在一台电脑上有一个应用程序创建一个管道,本地管道。我想将它作为一个流(就像其中的最后一个数据或来自它的传入数据)并将其数据通过 NAT(使用 nat 遍历)流式传输到位于 NAT 的其他电脑(因此我或他有唯一的 IP 地址)但我们使用 nat 遍历服务器\程序进行通信),并在那里接收该数据并在该计算机上创建一个新的本地管道以供其他程序使用。
所以我喜欢 C\C++\Java\C#,但如果有其他语言的库,我很想学习专门针对该库的语言!)
是否有任何框架或库允许 deweloper 将其管道推过 NAT 并接收它后端作为管道?
So I have an app on 1 pc creating a pipe, local pipe. I want to take it as a stream (like only last data in it or incoming data from it) and stream its data thru\over NAT (using nat traversal) to other pc somewhere ower NAT (so neather I or He has uniqe IP adress but we use nat traversal server\programm to comunicate) and there recive that data and create a new local pipe on that computer to other programms to use.
So I love C\C++\Java\C# but if there are libs in other languages I would love to learn that languages just for that lib!)
Is there any framework or library alowing a deweloper push his pipe thru the NAT and recive it on back end as a pipe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过 JXTA 作为潜在的解决方案?
Have you considered JXTA as a potential solution?