summaryrefslogtreecommitdiffstats
path: root/network/wifi-radar/README
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2010-06-16 05:06:05 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-16 05:06:05 -0500
commitf51467926323647bca2064234088cca404ccb62c (patch)
tree2f591a8b84f5dabd8698241dc35e822cc1754513 /network/wifi-radar/README
parentee689908caace6e01751fd7b82da74c89aeac065 (diff)
downloadslackbuilds-f51467926323647bca2064234088cca404ccb62c.tar.gz
slackbuilds-f51467926323647bca2064234088cca404ccb62c.tar.xz
network/wifi-radar: Added (wireless network config utility)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/wifi-radar/README')
-rw-r--r--network/wifi-radar/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/wifi-radar/README b/network/wifi-radar/README
new file mode 100644
index 0000000000..4279c4d723
--- /dev/null
+++ b/network/wifi-radar/README
@@ -0,0 +1,17 @@
+WiFi Radar is a Python/PyGTK2 utility for managing WiFi profiles on GNU/Linux.
+
+It enables you to scan for available networks and create profiles for your
+preferred networks. You can drag and drop your preferred networks to arrange
+the profile priority.
+
+WiFi Radar is tested to work with an Intel iwlagn 6300 on Slackware but
+should work just the same for any iwconfig interface.
+
+NOTE: wifi-radar needs to run as root. You may need to issue:
+ xhost +local:root
+which you can put in your ~/.bashrc or ~/.zshrc etc.
+
+I've installed the program into /opt/radar-wifi and created a
+/usr/bin/wifi-radar script that sets $DISPLAY which defaults to :0.0
+For other $DISPLAY's you can edit the script in the slackbuild
+directory, or pass DISPLAY=:N.n to wifi-radar on the command line.