Compare commits

...

3 Commits

Author SHA1 Message Date
Loki The Great 9ad40116a8
Merge e2b969b68a into 718a1752f1 2024-01-10 05:20:49 -07:00
garywill 718a1752f1 version 0.7.1 2023-12-30 22:31:32 +08:00
Loki The Great e2b969b68a
Create MostLikelyUse 2022-06-15 13:13:32 -04:00
2 changed files with 12 additions and 2 deletions

10
MostLikelyUse Normal file
View File

@ -0,0 +1,10 @@
Simplest call.
calk iwconfig
find wifi card name
in mant cases this is wlo1 on distros like Fedora
sudo ./lnxrouter --ap <yourwirelessdevice> <newhotspotname> -p <yourpassword> -g <thenewserversipaddress>
-g is important otherwise the server address changes everytime.
also, unless dhcp is properly configured you're going to have to statically address your clients.

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.7.1b
VERSION=0.7.1
PROGNAME="$(basename $0)"
export LC_ALL=C
@ -1990,7 +1990,7 @@ run_wifi_ap_processes() {
# sleep 1
#done
#echo -n "hostapd PID: " ; cat $CONFDIR/hostapd.pid
pid_watchdog $HOSTAPD_PID 10 "hostapd failed" &
pid_watchdog $HOSTAPD_PID 10 "hostapd failed. (tip: try '--hostapd-debug' to get some debug info)" &
sleep 3
}