在 Ruby 中通过 UPnP 打开路由器端口
我知道应该可以与本地网络上的 NAT/路由器进行通信,并要求通过 UPnP 转发端口,但我不知道任何细节。
我发现一个 gem 看起来可能有用,但除此之外我不知所措(宝石的主页似乎已关闭)。
有人有任何指点吗?
I know it should be possible to communicate with a NAT/Router on a local network and ask for ports to be forwarded via UPnP, but I don't know any of the specifics.
I've found a gem that looks like it might be useful, but beyond that I'm at a loss (The gem's homepage appears to be down).
Does anyone have any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个 Seattle.rb 项目。他们以某种方式重新组织了主页。现在正确的链接是 http://SeattleRb.**RubyForge.**Org/UPnP/而不仅仅是 http://SeattleRb.Org/UPnP/
您可以找到所有 UPnP 项目Seattle.rb 主页 或 Seattle.rb RubyForge 页面,靠近页面底部,包含指向其 RDoc 的链接。
This is a Seattle.rb project. Somehow they have re-organized their homepage. The correct link is now http://SeattleRb.**RubyForge.**Org/UPnP/ instead of just http://SeattleRb.Org/UPnP/
You can find all the UPnP projects on the Seattle.rb homepage or on the Seattle.rb RubyForge page, near the bottom of the page, with links to their RDocs.