netmon_wce
----------
Forked from Barry's version at 'network_tray-2.5' (2013) including Patriot's 
'Lame WiFi Tray' features.
===============================================================================
20150728 netmon_wce-2.6-2
-------------------------
add Chinese, simplified and traditional [zh_CN],[zh_SG],[zh_TW],[zh_HK]
 (thanks icake)
add Spanish [es] (thanks nilsonmorales)
add Italian [it] (thanks xanad)
===============================================================================
20150728 netmon_wce-2.6-1
-------------------------
add German [de] translation (thanks L18L)
adjust make file to build .mo files and install/uninstall
moved pot to ./po
===============================================================================
20150727 netmon_wce-2.6
-----------------------
bugfix - gettext - remove '\n' char from translations for clarity
 -@line 221
 -@line 258
 -@line 313
 -@line 330
bugfix - fix compile warning -Wformat @line 139 (seen in tahrpup)
add .pot file to 'package'
fix patch for dhcpcd -k
===============================================================================
20150718 netmon_wce-2.5
-----------------------
added IP address
changed icons to SVG from XPM
added wireless icons and capability to monitor signal strength (LameWiFi tray)
removed dep dirent.h
removed dep fcntl.h
removed dep gdk/gdk.h (redundant)
added dep sys/socket.h
added dep sys/ioctl.h
added dep arpa/inet.h
added dep iwlib.h (now depends libiw)
added dep ifaddrs.h
added dep netinet/in.h
added type structure iface_info to hold ifname and ip address
added type structure link_qual to hold actual and maximum quality (wireless)
full rewrite of find_active()
 -removed dirent calls so doesn't get info from system files
 -rather, gets info from sockets
 -bugfix for atoll
 -gettext bugfixes
 -removed support for multiple interfaces
 -wireless detection
 -moved necessary globals to locals
 -added ip address
full rewrite of Update()
 -added wireless in detect mode (non-polling and polling mode)
 -added signal strength to tooltip
 -variable timeout for polling mode (5 seconds)
 -bugfix/feature addition to get correct wireles strength (Lame, thx to mikeb)
  or die trying, and suggest fallback to non-polling in tooltip
full rewrite of create_tray_icon()
 -add wireless icons
added fn get_info() to get iface_info
added fn card_qual() to get link_qual
added fn toggle_wireless_polling()
added fn quit()
added to menu Disable/Enable wireless device polling
added to menu Quit
added icons to right click menu
added variable interval timeout (only enabled for wifi polling)
ability to call from symlink 'netmon_wpoll' to start in wireless polling mode
===============================================================================
extras
------
Makefile
package script
icons (most are already in woof-ce)
netmon_wce.desktop - for woof-ce puppies (however, covered in pinstall.sh)
pinstall.sh script to accommodate woof-ce and pre-woof-ce puppies
patch to remove most 'puppyisms' + script to apply (for other distros - mikeb)
snippet for caching traffic at shut down (for other distros)
