Software download for PC

I have a Windows 11 Laptop and I would like to download the software to use it. Please could someone go though it a step at a time as Eclo Link has software that you can download and use.

Thanks

David, M6FJY

ASL runs on Debian Linux 12 or 13...

Full installation instructions are in the ASL Manual: https://allstarlink.github.io

enabling WSL2 and then loading Debian Linux 13 (Trixie) will provide a means to do what you want, especially after changing the WSL2 network mode to Mirrored

  • prepare WSL 2 to permit incoming UDP and rely on the guest's native Firewall (and be certain you know what you're doing)

    ensure .wslconfig is as follows:

[wsl2]
networkingMode=Mirrored
firewall=false
  • then, from an elevated PowerShell, issue command
    Set-NetFirewallHyperVVMSetting -Name '{40E0AC32-46A5-438A-A0B2-2B479E8F2E90}' -DefaultInboundAction Allow
  • you will next have to issue wsl.exe --shutdown and re-open your Trixie shell after making these changes which will remain set when running any of the WSL 2 distributions (you only need do this part once)

YMMV