Skip to content

Instantly share code, notes, and snippets.

@armanddp
Created January 26, 2011 18:18
Show Gist options
  • Save armanddp/797153 to your computer and use it in GitHub Desktop.
Save armanddp/797153 to your computer and use it in GitHub Desktop.
useful console command to fine-tune wireless signal
while x=1; do /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | grep CtlRSSI; sleep 0.3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment