Implement CatHub-owned UMDF virtual COM transport - #13
Draft
rtreit wants to merge 39 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cathub.exewithout moving radio or keying policy into the drivervirtual-serial status/plan/apply/removecommands with stable COM selection, COM Name Arbiter collision detection, ownership checks, diagnostics, and JSON outputVerification
f641c2b;ab669c3adds only the durable evidence documentation and clearer development-target diagnosticsab669c3: Linux Rust, Windows Rust, .NET protocol, supply-chain, and pinned-WDK UMDF driver8e88dd8, WDK NuGet10.0.28000.2526, and UMDF 2.33INF is VALIDf641c2b, toolchain versions, certificate metadata, file sizes, and SHA-256 hashesInstalled-driver acceptance
The exact
f641c2bpackage was installed on an x64 Windows 11 Pro development system asCatHub Virtual Serial Port (COM91)(ROOT\PORTS\0000,oem86.inf, driver16.25.49.354). The device remains healthy after reboot and after removal of every superseded CatHub development package and test certificate. Existing physical and com0com ports were left untouched.This development test used an ephemeral CatHub test certificate and Windows Test Signing, with Memory Integrity running and integrity checks otherwise enabled. Secure Boot was disabled on this development system. This is development evidence only and does not satisfy the production signing/distribution gate in #6.
The installed-driver harness passed all 55 serial conformance checks: 11 checks for each of the five configured profiles (
hdsdr-omnirig,n1mm-radio,arcp-590,n1mm-winkeyer, andwktools). Coverage includes:SerialPortfinite read timeout behaviorID;->ID021;), frequency round-trip, and 100 repeated bidirectional queriesThe acceptance report completed successfully in about 21 seconds and is retained locally as
target/cathub-umdf-e2e-final.json.Scope status for #6
This PR completes Phase 1 (private contract and conformance harness) and implements the core pure-Rust UMDF data plane, CatHub Windows adapter, provisioning CLI, reproducible development packaging, and automated compatibility profiles. It demonstrates a functional CatHub-specific com0com replacement end to end on the development system.
Issue #6 intentionally defines the complete production transport, so the following release gates remain and keep this PR in draft:
Closes #6 only after those production acceptance criteria are complete.