node-hackrf
node-hackrf copied to clipboard
:radio: Control a HackRF device (e.g. Jawbreaker, HackRF One, or Rad1o) from Node.js
Hi, Nice project here but quite old now. I got a V8 deprecated error: ``` gyp info it worked if it ends with ok gyp info using [email protected] gyp info...
Would it be possible to expose sweep mode to node-hackrf?
`const` and `let` have been fully supported since node 6, older node versions have already reached end-of-life status.
Found out that building the project works with node 9 (with deprecation warnings) but is broken on node >= 10. So I made the following improvements: * Add `.nvmrc` so...
Got it to compile on mac OS 10.14.3 (Mojave): 1. Install XCode from App Store 2. `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer` 3. Make this change to binding.gyp.