lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.2k stars 296 forks source link

confusing command line readme #230

Open dingausmwald opened 2 years ago

dingausmwald commented 2 years ago

It's a bit confusing. I'm no pro, but when i read that there's a aur package for arch linux i installed this. In the command line readme it is written to install by pacman -S create_ap. When i do both, it says create_ap and linux-wifi-hotspot are in conflict.

Moreover, it is written in the readme that there is a command to hide the ssid. But there is no command written. Also it is written that you can start or enable the create_ap via systemctl (systemd). But with trial and error i got to the point that the commands earlier are useless (setting Accesspoint name, passphrase and so on) because there is a create_ap file in /etc/ to setup the systemctl. Where the passphrase would be written in clear text btw. Am i right or did i miss something? Like i said, the command line readme is a bit confusing here.

I've seen the command line readme is dated 2019.

lakinduakash commented 2 years ago

Yes, that README file is outdated since more focus was on GUI tool. Will update that. Thanks