wifi
wifi copied to clipboard
WiFi daemon for connecting to WiFi networks (encrypted or unencrypted) with gokrazy
Results
2
wifi issues
Sort by
recently updated
recently updated
newest added
Hey there! I started using gokrazy some time ago and definitely love it. One thing I came across and I think it could be very useful, is a WiFi Kiosk...
I'm trying to get WiFi scanning going something like `iwlist scan` but for some reason this small program: ``` package main import ( "fmt" "log" "github.com/mdlayher/wifi" ) func main() {...