https://github.com/bettercap/nrf24
This package allows interaction with nRF24LU1+ based dongles and the RFStorm firmware.
https://github.com/bettercap/nrf24
Last synced: 10 months ago
JSON representation
This package allows interaction with nRF24LU1+ based dongles and the RFStorm firmware.
- Host: GitHub
- URL: https://github.com/bettercap/nrf24
- Owner: bettercap
- License: other
- Created: 2019-02-15T17:11:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T15:35:51.000Z (over 7 years ago)
- Last Synced: 2025-08-13T19:39:23.770Z (11 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NRF24
This package allows interaction with nRF24LU1+ based dongles and the [RFStorm firmware](https://github.com/BastilleResearch/nrf-research-firmware).
## Dependencies
sudo apt-get install libusb-1.0
go get -v github.com/google/gousb
## Example
See the `examples` folder.
## License
This package is made with ♥ by [evilsocket](https://github.com/evilsocket) and it's released under the GPL 3 license.