On 2018-08-20, Edgar Pettijohn III <ed...@pettijohn-web.com> wrote: > I've written a simple gui wifi manager. It can be found at: > > https://sourceforge.net/projects/openbsd-wifi-manager/
I'd strongly recommend using source control rather than just posting a zip file. By breaking up development into chunks and describing what you've done you can help yourself and others figure things out if a change goes wrong, and review it later which can be useful as a learning experience. > It is very much in an alpha testing phase. I need to clean it up and > make it a little more appealing to the eye. In my limited testing it > works well. If you experience issues please let me know. > > It requires: > > OpenBSD (tested on 6.3) Comments from reading the code, - Not sure if it was changed before or after 6.3, but certainly in -current "ifconfig scan" no longer requires root. - Some drivers report dB values (and iirc some are + some are -), others report %, so the signal strength mechanism won't work in some cases - Doesn't handle open networks - (Might want some rethink to cater for "ifconfig join" in -current) - Doesn't really need to fire off dhclient if it's already running on the interface? On 2018-08-20, Consus <con...@ftml.net> wrote: > Oh my god, why sourceforge? Why not? At least it's not gitlab or github!