Show HN: Ooxy – 通用协议桥

1作者: Rits12729 个月前
我一直在开发 Ooxy,一个开源协议桥接器。与绑定到单一层的工具不同,Ooxy 旨在跨层和协议进行桥接。<p>Ooxy 的灵感来自于 Cloudflare 的 oxy 代理框架:<a href="https://blog.cloudflare.com/introducing-oxy/" rel="nofollow">https://blog.cloudflare.com/introducing-oxy/</a><p>目前,Ooxy 正在实现 Layer 3 到 Layer 7 的桥接,允许不支持代理的设备通过 HTTP/S 代理进行通信。我们的目标是将其发展成为一种可复用的方式,以连接原本不兼容的协议。<p>代码库:github.com/Rits1272/ooxy<p>我非常希望收到关于哪些协议桥接最有用的反馈,以及这个项目未来的发展方向。
查看原文
I’ve been hacking on Ooxy, an open-source protocol bridge. Unlike tools tied to a single layer, Ooxy is meant to bridge across layers and protocols.<p>Ooxy is inspired by cloudflare&#x27;s oxy proxy framework: <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;introducing-oxy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;introducing-oxy&#x2F;</a><p>Right now, making ooxy work as Layer 3 → Layer 7 bridge, letting proxy-unaware devices speak through HTTP&#x2F;S proxies. The idea is to grow it into a reusable way to connect otherwise incompatible protocols.<p>Repo: github.com&#x2F;Rits1272&#x2F;ooxy<p>I’d love feedback on which protocol bridges would be most useful, and where this could go next.