5 author : Ico Doornekamp
6 email : wmifinfo@zevv.nl
11 wmifinfo is a simple applet showing basic network info for all available
12 interfaces. It shows IP address, netmask, gateway and MAC address. A bit
15 Runs on Linux and OpenBSD (for now)
17 Left-button click moves to the next interface, right-button click calls
18 ifup/ifdown scripts. These can be set with the -u and -d options. The
19 '%s' variable is replaced with the interface name.
23 $ wmifinfo -i ppp0 -u "/sbin/ifup %s" -d "/sbin/ifdown %s"
25 (ifup/ifdown or the wmifinfo binaries should be suid root for this
29 -------------------------------------------------------------------
31 yellow ifup/ifdown script is busy
32 dark green interface is up, no traffic
33 light green interface is up, and sending or receiving
41 - If you have a NoWiresNeeded 1148 or Swallo NIC, set ENABLE_NWN_SUPPORT
42 to 'y' in the makefile to enable wlan signal indication for this type of
53 usage: wmifinfo [-lh] [-i interface]
54 -d <cmd> Command to exec for iface-down
55 -i <interface> Start with given interface, if available
58 -u <cmd> Command to exec for iface-up
59 -v Show version info and exit
64 - The link quality readout of the poldhu/swallow cards is slow and may be
65 unreliable, due to the way this is implemented in the firmware and
71 - Peter Stromberg for adding OpenBSD support
72 - Ben Stern for endian-correctness and old-libc support patches
73 - Michael G. Henderson's wmWeather for some example dockapp code.
79 Copyright (c) 2002 Ico Doornekamp <ico@pruts.nl>
81 This program is free software; you can redistribute it and/or modify it
82 under the terms of the GNU General Public License as published by the
83 Free Software Foundation; either version 2 of the License, or (at your
84 option) any later version.
86 This program is distributed in the hope that it will be useful,
87 but WITHOUT ANY WARRANTY; without even the implied warranty of
88 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
89 See the GNU General Public License for more details.
91 You should have received a copy of the GNU General Public License along
92 with this program; if not, write to the Free Software Foundation, Inc.,
93 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.