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.
DDNS 客户端/服务器通信是否有“标准”格式?我正在考虑创建一个客户端,但我不确定是否有发送请求的首选方式。套接字、XMS、JSON 等?
这是相当主观的,我很抱歉。只是寻求建议。
动态DNS实际上是首先在DNS系统中定义的标准化协议;所以你实际上发送DNS数据包来做到这一点。有关详细信息,请参阅RFC2136。但实际上,您可能想要一个库来链接,而不是自己编写数据包。