Closed jamesbraza closed 1 year ago
I suppose, it's a windows-only service: https://openopc.sourceforge.net/service.html
Okay, and thank you for responding! Perhaps I was misinterpreting this statement:
This mode is available to both Windows and non-Windows clients.
How can one have a non-Windows client if the Gateway service is Windows-only?
From the context in Readme, it's about OPC Client instance, not about running OPC Gateway Service (that acts as a server).
Okay so my answer is (please correct me if there's a misunderstanding):
Closing this out, thank you!
From https://openopc.sourceforge.net/api.html:
I am trying to build and start the OpenOPC Gateway Service on macOS Monterey version 12.6 using
pyinstaller
as suggested here. I can actually successfully build the service, but when I go to run it:My question is, given the gateway service depends upon Windows packages like
win32serviceutil
, how can one install the OpenOPC Gateway Service on OS's besides Windows?