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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -