18F / imls-pi-stack

Other
7 stars 0 forks source link

Support wifi searching in Windows (via Powershell) #64

Closed cantsin closed 2 years ago

cantsin commented 2 years ago

Windows support for session-counter 🎉 Includes a smattering of bug fixes along the way.

{"file":"C:/Users/jtran/imls-pi-stack/imls-raspberry-pi/cmd/session-counter/session-counter.go:63","func":"main.run2.func1","level":"debug","msg":"RUNNING SIMPLESHARK","time":"2022-05-12T14:41:00-07:00"}

A few notes:

cantsin commented 2 years ago

Note to self: should probably refactor the runtime.GOOS checks to be out of the hot path too. "Hot" here is relative, though, we only run these goroutines at most once a minute, but I'm a bit worried that the Powershell command takes a while to execute too.