Skip to content

feat(linux): add network diagnostics provider#10

Merged
LyCecilion merged 1 commit into
developfrom
feature/linux-platform-support
Jul 11, 2026
Merged

feat(linux): add network diagnostics provider#10
LyCecilion merged 1 commit into
developfrom
feature/linux-platform-support

Conversation

@LyCecilion

Copy link
Copy Markdown
Owner

Summary

  • add and wire xidio.Platform.Linux into the CLI and solution
  • collect Linux OS and privilege details, physical adapters, kernel drivers, MTU, and link state
  • collect Wi-Fi details through iw and NetworkManager with graceful fallback
  • collect DHCP leases, IPv4 and IPv6 routes, default routes, metrics, and neighbors through nmcli and iproute2
  • add bounded cancellable external command execution
  • update Nix tools, README, architecture, roadmap, and changelog
  • remove unsupported x86_64-darwin devShell from current nixpkgs

Validation

  • Fedora 44 real-host smoke test for wired and wireless adapters
  • dotnet build xidio/xidio.CLI/xidio.CLI.csproj -c Release -f net10.0: 0 warnings, 0 errors
  • nix flake check --no-build --all-systems path current checkout: all declared systems passed

Copilot AI review requested due to automatic review settings July 11, 2026 03:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@LyCecilion
LyCecilion merged commit 00ab78b into develop Jul 11, 2026
3 checks passed
@LyCecilion
LyCecilion deleted the feature/linux-platform-support branch July 11, 2026 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants