Sniffer connector
This module provides the whad.unifying.connector.sniffer.Sniffer
class
that allows Logitech Unifying packets sniffing.
- class whad.unifying.connector.sniffer.Sniffer(device: WhadDevice)[source]
Logitech Unifying Sniffer interface for compatible WHAD device.
- add_key(key: bytes)[source]
Add encryption key to the curret sniffing configuration.
- Parameters:
key (bytes) – Key to add
- property address
Target address accessor.
- property channel: int
Retrieve current channel.
- Returns:
current channel
- Return type:
int
- property configuration
Current sniffing configuration accessor.
- property decrypt
Current sniffing decryption flag accessor.
- property scanning
Current sniffing configuration scanning flag accessor.