Converts channel number to center frequency, and vice versa.
Few practical examples of what it can do for you: https://wlanpi.gitbook.io/cookbook/wi-fi-channel-tool-wifichannel
Install wifichannel on macOS by executing this command in Terminal:
sudo echo && curl -s https://raw.githubusercontent.com/jiribrejcha/wifichannel/main/install.sh | sudo bash
Note: "sudo echo" workarounds a known zsh issue on macOS.
- Install Windows Subsystem for Linux (WSL)
- Open WSL by pressing the Window key, type "wsl", and press Enter key.
- In WSL shell, execute this command:
curl -s https://raw.githubusercontent.com/jiribrejcha/wifichannel/main/install.sh | sudo bash
Execute this command in macOS Terminal app on macOS (or wsl on Windows 11) to uninstall wifichannel:
sudo echo && curl -s https://raw.githubusercontent.com/jiribrejcha/wifichannel/main/uninstall.sh | sudo bash
If you like this tool and have interest in Wi-Fi, make sure to check the WLAN Pi project. wifichannel is included in the WLAN Pi image.
- Nick Turner for sparking the idea
- Adrian Granados for inspiration
- Keith Parsons for amazing spectrum charts