Official | HULFT IoT EdgeStreaming Plugin SDK Getting Started Third Edition: July 1, 2021
Points to be noted on plugin creation
The following are points to be noted on plugin creation.
Creation of plugins using CGO
Plugins can basically be cross-compiled for all targets even on Windows-only or Linux-only environments.
However, when you use CGO for Golang and use a library created with C programming language, you may not be able to cross-compile.
In such cases, create the module on Golang manually according to how you will use CGO.
Official | HULFT IoT EdgeStreaming Plugin SDK Getting Started Third Edition: July 1, 2021