CodeCasterNL / PVBridge

Sync live and historic solar panel data from GoodWe to PVOutput.org and CSV, on Windows.
https://codecasternl.github.io/PVBridge/
MIT License
3 stars 0 forks source link

Need gRPC over named pipes with global pipe. #15

Open CodeCasterNL opened 2 years ago

CodeCasterNL commented 2 years ago

To let the UI query service status or receive events, we need two-way gRPC over named pipes. That works now, but only in dev, because the named pipe server started by the service isn't global, hence inaccessible to the UI running in current user's session and not in that of the network service.

Then this can be implemented in the configuration/status UI:

CodeCasterNL commented 2 years ago

https://github.com/cyanfish/grpc-dotnet-namedpipes/pull/39