WiFi Explorer icon

WiFi Explorer 3.6.6

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.6",
  "src": {
    "url": "https://www.intuitibits.com/downloads/WiFiExplorer_3.6.6.dmg",
    "sha256": "48d9aa492bdc0d663ffb50015f785a62251fd8e7799037bcc55ec896058d9665"
  },
  "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/"
  }
}