0x0a11c0de
0x0a11c0de
The stated reason for scanning is to reduce the number of transmits while determining presence. However, the monitor tool currently uses `hcitool lescan`, which by default does active scanning. This...
The `publish()` method forces the user to wait for the message to be published. It is perfectly reasonable to publish a message with QOS > 0 when the client is...
This library does not work with the following (pseudocode): ``` client = Client(..., client_id='1234', clean_session=False) client.connect() ... do stuff ... client.disconnect() // or we got disconnected for any reason client.connect()...