applescript - Mac Apple Script to get Signal/Noise of my Wifi -
how signal/noise value of current wifi using apple script?
system information network wifi-fi current network information: signal / noise:
for signal strength can use:
set signal_strength shell script "/system/library/privateframeworks/apple80211.framework/resources/airport -i|grep agrctlrssi|grep -o '\\-[0-9]*$'" and noise:
set signal_noise shell script "/system/library/privateframeworks/apple80211.framework/resources/airport -i|grep agrctlnoise|grep -o '\\-[0-9]*$'"
Comments
Post a Comment