TheCombine icon indicating copy to clipboard operation
TheCombine copied to clipboard

Replace `create_ap` script

Open jmgrady opened this issue 1 year ago • 0 comments

The WiFi access point is created on the NUC using create_ap which was imported from oblique/create_ap. This project has been archived since Sept. 2021 and is no longer maintained. Consider using NetworkManager, e.g.

nmcli dev wifi hotspot ifname wlp4s0 ssid test password "test1234"

or one of the forks of the create_ap project:

jmgrady avatar Feb 23 '24 15:02 jmgrady