将 OPC DA 转换为 REST API

converting OPC DA to REST API

如何将 OPC DA 协议转换为 Rest API 调用?我正在查看 OpenOPC 库 https://github.com/mkwiatkowski/openopc。我必须自己编写架构的其余 API 部分吗?是否有图书馆已经进行了此转换?

有图书馆https://github.com/matzpersson/opc-rest-api 来自项目的描述:

Python Rest API using OpenOPC to provide direct API access for any OS platform. This proxy has to be installed on a Windows box with Python and OpenOPC installed to provide a API Gateway to other platforms.

描述在这里http://headstation.com/archives/using-opc-rest-api/ 由此看来您不需要自己编写 Rest API 部分。

库已由 https://whosebug.com/users/6833456/matz see question

创建