rfkill abstraction lib for Go
API is pretty simple and self-explanatory. There're no New and Close funcs. Only recurrent (thread-safe) funcs exist.
To run all tests:
go test
To run all benches:
go test -run XXX -bench .
Env. parameters:
ID
- device ID, uintTYPE
- device type, uint
Be careful with benches since some radio devices may get unstable after lots of state changes.