MCPcopy Create free account

hub / github.com/SySS-Research/radio-hackbox / functions

Functions25 in github.com/SySS-Research/radio-hackbox

↓ 11 callersMethodsend_usb_command
(self, request, data)
lib/nrf24.py:147
↓ 10 callersMethodsetState
Set state
radiohackbox.py:146
↓ 7 callersMethodkeyCommand
Return AES encrypted keyboard data
lib/keyboard.py:278
↓ 4 callersMethodreceive_payload
(self)
lib/nrf24.py:107
↓ 3 callersMethodtransmit_payload
(self, payload, timeout=4, retransmits=15)
lib/nrf24.py:118
↓ 2 callersMethodenable_lna
(self)
lib/nrf24.py:142
↓ 2 callersMethodset_channel
(self, channel)
lib/nrf24.py:130
↓ 1 callersMethodblinkenlights
Blinkenlights
radiohackbox.py:132
↓ 1 callersMethodenter_promiscuous_mode
(self, prefix=[])
lib/nrf24.py:74
↓ 1 callersMethodenter_sniffer_mode
(self, address)
lib/nrf24.py:94
↓ 1 callersMethodgetKeystroke
Get a keystroke for a given keycode
lib/keyboard.py:295
↓ 1 callersMethodgetKeystrokes
Get stream of keystrokes for a given string of printable ASCII characters
lib/keyboard.py:308
↓ 1 callersMethodrun
(self)
radiohackbox.py:291
↓ 1 callersMethodunique_everseen
Remove duplicates from a list while preserving the item order
radiohackbox.py:285
Method__init__
Initialize the nRF24 radio and the Raspberry Pi
radiohackbox.py:71
Method__init__
Initialize Cherry keyboard
lib/keyboard.py:265
Method__init__
(self, index=0)
lib/nrf24.py:64
MethodbuttonCallback
Callback function for user input (pressed buttons)
radiohackbox.py:228
Methodenter_promiscuous_mode_generic
(self, prefix=[], rate=RF_RATE_2M)
lib/nrf24.py:84
Methodenter_tone_test_mode
(self)
lib/nrf24.py:101
Methodget_channel
(self)
lib/nrf24.py:137
Functioninit_args
(description)
lib/common.py:28
Functionparse_and_init
()
lib/common.py:39
Methodtransmit_ack_payload
(self, payload)
lib/nrf24.py:124
Methodtransmit_payload_generic
(self, payload, address="\x33\x33\x33\x33\x33")
lib/nrf24.py:112