WiFi Explorer icon

WiFi Explorer 3.6.8

Scan, monitor, and troubleshoot wireless networks

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    wifi-explorer # WiFi Explorer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    wifi-explorer # WiFi Explorer
  ];
}

Package Definition

{
  "pname": "wifi-explorer",
  "version": "3.6.8",
  "src": {
    "url": "https://www.intuitibits.com/downloads/WiFiExplorer_3.6.8.dmg",
    "sha256": "f2e0017663ca80a71ac6a63cfdcbe1ae770ee46caf9593e26fb8661de005ed39"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/WiFi Explorer.app\" && cp -r \"WiFi Explorer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Scan, monitor, and troubleshoot wireless networks",
    "homepage": "https://www.intuitibits.com/products/wifi-explorer/"
  }
}