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.
我有兴趣使用Apache Thrift来实现客户端和 C++ 设备之间的通信协议。当我浏览文档时,我注意到这很容易Thrift在本地网络中使用。我的问题是,是否也可以用于Thrift从本地网络外部(即从互联网)控制我的设备?这将如何工作?
Apache Thrift
Thrift
问候
如果您已经在使用套接字或 HTTP 传输,那么您的方法是正确的。从技术上讲,对于典型的客户端/服务器场景,内部网络和外部网络之间没有区别。仅对于双向通信场景,防火墙的存在可能会使事情变得更加复杂。