Home | Trees | Indices | Help |
---|
|
|
|||
None |
|
||
|
|||
Boolean |
|
||
List |
|
||
None |
|
||
|
|||
String |
|
||
None |
|
||
|
|||
|
|||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
List |
|
||
None |
|
||
|
|||
None |
|
||
List |
|
||
List |
|
|
Instantiates the KillerBee class.
|
Uses the specified capability to determine if the opened device is supported. Returns True when supported, else False.
|
Returns a list of capability information for the device.
|
Sets the capability information for RZUSB devices. This should not be called outside of the class.
|
Write data to the USB device opened as self.handle.
|
Reads data from the USB device on the specified endpoint.
|
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.
|
Closes the device handle. To be re-used, class should be re-instantiated.
|
Returns device information in a list identifying the device identifier, product string and serial number in a list of strings.
|
Return device information for all present devices.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Oct 15 10:59:19 2009 | http://epydoc.sourceforge.net |