* Mark Deneen <[email protected]> [06.05.2010 17:30]: > Somewhat related -- Sierra Wireless cards typically speak a proprietary > protocol on one of the USB serial ports. I have enough of the protocol > implemented to read RSSI values on UMTS and CDMA cards. > > Is this something that OpenWrt is looking to include -- data card signal > strengths?
it would be very nice to include that in an (from user-perspective)
hardware independant way. please post a link to your scripts and
i will think about an interface.
nbd: ATM there is no easy way to get a signal strength from
a any/madwifi/mac80211-wifi, something like:
wifi_rssi ()
{
local DEV="$WIFIDEV"
local NEIGHBOUR_MAC="$1"
some_driver_specific_magic()
echo "$RSSI" # maybe: return $POSITIVE_INTEGER
}
or? this is also needed for GSM/UMTS-related stuff.
how to begin?
bye, Bastian
signature.asc
Description: Digital signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
