docs(sphistorianclient): mark RemoteGrpc (2023 R2) live-verified

This commit is contained in:
Joseph Doherty
2026-06-19 06:57:06 -04:00
parent a0527f9b5a
commit e3c0503a4f
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -9,7 +9,8 @@ runtime dependency** — `aahClientManaged.dll` / `aahClient.dll` are not refere
The library runs on any OS for offline/unit testing; live WCF transports require Windows.
**Status: ported and rebranded into this repo; builds and 191 tests pass on macOS. Version 0.1.0.
NOT yet packed/published to any NuGet feed. NOT yet adopted by any consumer.**
The `RemoteGrpc` (2023 R2) read path is live-verified (2026-06-19). NOT yet packed/published to any
NuGet feed beyond the local `artifacts/` nupkg. NOT yet adopted by any consumer.**
---
@@ -52,7 +53,7 @@ Configured via `HistorianClientOptions.Transport` (`HistorianTransport` enum).
| `LocalPipe` | WCF/MDAS over Net.NamedPipe (local) | Windows-only | live-verified (read / browse / metadata / event / status) |
| `RemoteTcpIntegrated` | WCF/MDAS over Net.TCP + Windows transport auth | Windows-only | live-verified (full read / browse / metadata / event / status surface) |
| `RemoteTcpCertificate` | WCF/MDAS over Net.TCP + server-cert TLS | Windows-only | `ProbeAsync` live-verified; deeper coverage pending |
| `RemoteGrpc` | gRPC (2023 R2), Grpc.Net.Client/.Web | cross-platform | unit-tested; NOT yet live-verified against a real 2023 R2 server (`ExchangeKey` auth step is unproven) |
| `RemoteGrpc` | gRPC (2023 R2), Grpc.Net.Client/.Web | cross-platform | **live-verified 2026-06-19** against a 2023 R2 server — TLS + `StorageService.ValidateClientCredential` NTLM handshake + raw read returning correct values |
---
+1 -1
View File
@@ -75,7 +75,7 @@ services.AddZbSpHistorianClient(
| `LocalPipe` | WCF/MDAS over Net.NamedPipe | Windows-only | live-verified |
| `RemoteTcpIntegrated` | WCF/MDAS over Net.TCP + Windows auth | Windows-only | live-verified |
| `RemoteTcpCertificate` | WCF/MDAS over Net.TCP + TLS | Windows-only | `ProbeAsync` live-verified; deeper coverage pending |
| `RemoteGrpc` | gRPC (2023 R2) | cross-platform | unit-tested; live verification pending |
| `RemoteGrpc` | gRPC (2023 R2) | cross-platform | live-verified 2026-06-19 |
---