A bit of README and INSTALL

parent 6f63940e
# You need installed:
#
# - Python3
# - wireless-tools
# - wpa_supplicant
# - dhclient
# - iproute2
# - figlet
# - pgrep
# - python3 shell_cmd
# - python3 psutil
# - python3 setproctitle (optional)
#
# If you have network-manager, wicd or other managers installed, disable/uninstall them
#
# Don't configure the interface in /etc/network/interface
#
# In the following example fuswim is launched at boot by rc.local,
# feel free to launch it from anywhere you prefer.
#
git clone https://git.nexlab.net/sysadmin/fuswim git clone https://git.nexlab.net/sysadmin/fuswim
mv fuswin /etc/ mv fuswin /etc/
mkdir /etc/fuswin/networks mkdir /etc/fuswin/networks
......
...@@ -34,4 +34,13 @@ ...@@ -34,4 +34,13 @@
To install it, look at the fucking INSTALL.txt To install it, look at the fucking INSTALL.txt
Fuswim can be launched without arguments, in which case is fully interactive and will
NOT do anything unless you ask for it. Using auto as first argument will automatically try to
connect to know networks, but still will ask what to do if no know network has been detected and/or
in other few cases. Using "boot" as the first argument will run completely non-interactive, connecting
in case of know networks.
Last argument, with or without boot and/or auto option, can optionally specify the interface name, if
not specified the default is wlan0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment