Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 450 Bytes

rfkill

rfkill abstraction lib for Go

API

API is pretty simple and self-explanatory. There're no New and Close funcs. Only recurrent (thread-safe) funcs exist.

Tests & Benches

To run all tests:

go test

To run all benches:

go test -run XXX -bench .

Env. parameters:

  • ID - device ID, uint
  • TYPE - device type, uint

Be careful with benches since some radio devices may get unstable after lots of state changes.