Kludget Framework - WirelessSignal Widget
Kludget is a widget framework that's compatible with the OS X dashboard widget format. This is a widget I wrote called " WirelessSignal " and is designed to represent a WiFi card's signal strength in bars. The "rings" idea was adopted from Justin Pulsipher 's " System Dashboard - Wireless Meter ". WirelessSignal - Preview The widget is tested on Windows XP, Window 7, Ubuntu 10.04 (should work on Mac with some small changes). How is WirelessSignal percentage determined? The signal on XP is determined by a vbscript "signal_xp.vbs", which returns the -dBm signal of the first detected wireless card. Then the -dBm is run through a linear conversion to determine percentage. The signal on Windows 7 is determined by the command "netsh wlan show interfaces", which calculates and returns its own percentage. The signal on Ubuntu is determined by calling the command "/sbin/iwconfig", then using the same linear