| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| None |
|
||
|
|||
|
|||
|
|||
| None |
|
||
|
|||
|
|||
| None |
|
||
| List |
|
||
|
|||
| None |
|
||
|
|||
|
|||
| None |
|
||
| None |
|
||
| None |
|
||
| None |
|
||
| None |
|
||
| None |
|
||
| List |
|
||
| None |
|
||
|
|||
Instantiates the KillerBee class for the RZUSBSTICK hardware.
|
Opens the device identified as self.dev, populating self.handle.
An RZUSBSTICK has a hierarchy of:
\_ Config value: 1
\_ Interface number 0, with alternate setting 0
|- Endpoint 132 for responses
|- Endpoint 2 for control
|- Endpoint 129 for packets
|
Closes the device handle. To be re-used, class should be re-instantiated.
|
Sets the capability information for RZUSB devices.
|
Returns device information in a list identifying the device identifier, product string and serial number in a list of strings.
|
Write data to the USB device opened as self.handle.
|
Change the operating mode of the USB device to one of the RZ_CMD_MODE_* values. Currently, RZ_CMD_MODE_AC (Air Capture) is the only mode that is used other than RZ_CMD_MODE_NONE.
|
Turns the sniffer on such that pnext() will start returning observed data. Will set the command mode to Air Capture if it is not already set.
|
Turns the sniffer off, freeing the hardware for other functions. It is not necessary to call this function before closing the interface with close().
|
Not yet implemented. Stay tuned.
|
Not yet implemented. Stay tuned.
|
Sets the radio interface to the specifid channel. Currently, support is limited to 2.4 GHz channels 11 - 26.
|
Injects the specified packet contents.
|
Returns packet data as a string, else None.
|
Not yet implemented.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 30 17:49:12 2013 | http://epydoc.sourceforge.net |