Add managed console client and interop scenarios
This commit is contained in:
+13
-4
@@ -1,9 +1,8 @@
|
||||
# VoiceCat .NET rewrite
|
||||
|
||||
The first slice targets .NET 10: protobuf, control framing, voice headers, and media
|
||||
encryption, TLS 1.3, persisted TOFU pins, server credentials, and an initial managed
|
||||
control server. Media relay, client state, audio, and UI migration are next. The existing
|
||||
C++ implementation remains the conformance oracle.
|
||||
The .NET 10 implementation includes protocol, TLS/TOFU and media crypto, the control and
|
||||
UDP server, client state, real-time audio, a console client and the Windows application.
|
||||
The existing C++ implementation remains the conformance oracle while Apple clients move.
|
||||
|
||||
Codec/DSP wrappers now cover Opus, DRED recovery, RNNoise, and energy VAD. Build
|
||||
the desktop native library before running their tests (CMake and a C compiler required):
|
||||
@@ -44,6 +43,16 @@ dotnet build dotnet/VoiceCat.slnx -c Release --no-restore
|
||||
dotnet test dotnet/VoiceCat.slnx -c Release --no-build
|
||||
```
|
||||
|
||||
Run the managed console client interactively:
|
||||
|
||||
```powershell
|
||||
dotnet run --project dotnet/src/VoiceCat.Cli -- --host 127.0.0.1 --port 8384 --nickname Alice --trust-first
|
||||
```
|
||||
|
||||
Plain input sends channel text; `/join ID` changes channel and `/quit` exits. Headless
|
||||
conformance options include `--voice`, `--send-text`, `--expect-text`, `--expect-voice`,
|
||||
`--start-delay-ms` and `--timeout-seconds`; `--help` lists the complete syntax.
|
||||
|
||||
Dependencies are pinned in project files and lock files. Generated protobuf is build
|
||||
output; the schema remains `core/proto/voicecat.proto`. Production dependencies are
|
||||
Google.Protobuf (BSD-3-Clause), BouncyCastle.Cryptography (MIT), and the build-only
|
||||
|
||||
Reference in New Issue
Block a user