Andrew Mirsky
|
8e47ede192
|
code quality improvements (#293)
* add additional linting rules
|
2025-08-10 22:00:33 -04:00 |
Andrew Mirsky
|
ecad0ce15b
|
updating sample to demonstrate failure
|
2025-06-26 13:33:13 -04:00 |
Andrew Mirsky
|
e44321f179
|
additional clean up of samples and validation
|
2025-06-26 12:37:38 -04:00 |
Andrew Mirsky
|
29e5a74dbc
|
fixes Yakifo/amqtt#225 : updating all samples, adding test coverage for samples. python 3.10 needs to explicitly catch asyncio.TimeoutError. correct 'topic-check' plugin list
|
2025-06-17 17:03:40 -04:00 |
Andrew Mirsky
|
b43583c954
|
reapplying any remaining stack traces to logging messages that weren't already included in other updates
|
2025-05-26 11:27:42 -04:00 |
MVladislav
|
a024b174d0
|
refactor: more cleanup/linting
|
2025-01-12 20:52:50 +01:00 |
MVladislav
|
7cc746e483
|
refactor: base cleanup and bring project to run with test cases
|
2024-12-19 20:34:09 +01:00 |
Florian Ludwig
|
90c74e4b8a
|
rename hbmqtt to amqtt in samples/
|
2021-03-27 17:49:55 +01:00 |
Marius Kriegerowski
|
7921e2cc22
|
linter project with black at default line length 88
|
2021-03-15 10:18:00 +01:00 |
Marius Kriegerowski
|
e0fabc0bc3
|
Refactor to comply python3.8
|
2021-03-09 19:13:32 +01:00 |
Stein Magnus Jodal
|
ce4824bf70
|
flake8: Fix all F841 unused local variable warnings
|
2017-08-07 01:23:21 +02:00 |
Stein Magnus Jodal
|
559c18f681
|
flake8: Fix all F403, F405, F821 import warnings
|
2017-08-07 01:23:21 +02:00 |
Nico
|
9ba8a46914
|
Improve samples
|
2015-11-11 22:03:32 +01:00 |
Nico
|
4dcf8eb477
|
Revert to 3.4 coroutine syntax
|
2015-11-01 15:58:20 +01:00 |
Nico
|
52e3160995
|
#HBMQTT-35
Refactor yield from -> await
|
2015-10-16 22:13:37 +02:00 |
Nicolas Jouanin
|
586b898c63
|
Remove writer coro + WIP for publish message protocol flow management
|
2015-09-11 22:39:47 +02:00 |
Nicolas Jouanin
|
e77c9d7a49
|
Change current test conditions
|
2015-09-10 22:41:11 +02:00 |
Nicolas Jouanin
|
0cbbaa6763
|
Refactoring WIP
|
2015-09-09 23:01:11 +02:00 |
nico
|
87e144b4de
|
Connect with TCP protocol
|
2015-09-08 15:00:07 +02:00 |
nico
|
29cb2600f3
|
HBMQTT-34
Rewrite URI when using websocket to remove username and password from netloc.
|
2015-09-08 14:19:40 +02:00 |
Nicolas Jouanin
|
60cc2da745
|
Refactoring
|
2015-09-06 22:23:06 +02:00 |
Nicolas Jouanin
|
61cdc1a0d2
|
Implement anonymous and file auth plugin
HBMQTT-14
|
2015-08-29 21:25:59 +02:00 |
Nicolas Jouanin
|
a4ca700776
|
Reformat logging to show logger name
|
2015-08-20 21:42:56 +02:00 |
Nicolas Jouanin
|
fd6ed3c42c
|
Fix error handling if broker can't be connected
HBMQTT-24
|
2015-08-12 18:46:56 +02:00 |
Nicolas Jouanin
|
74a66632cf
|
connect() method returns a Future which has result set if the session is disconnected from the broker.
|
2015-08-11 22:20:03 +02:00 |
Nicolas Jouanin
|
a87d989553
|
Listeners accept max_connections parameters
Server manage connection count through semaphore
HBMQTT-23
|
2015-08-06 22:44:37 +02:00 |
Nicolas Jouanin
|
9d0ee85497
|
Refactor client connect() method to accept a single uri argument
|
2015-08-02 16:56:50 +02:00 |
Nicolas Jouanin
|
d74cdf2665
|
Refactor mqtt_publish and inflight messages management
|
2015-07-25 23:21:25 +02:00 |
Nicolas Jouanin
|
40e03197d8
|
Update samples
|
2015-07-21 21:41:46 +02:00 |
Nicolas Jouanin
|
b681de96de
|
Source tree refactoring
|
2015-07-07 21:55:17 +02:00 |
Nicolas Jouanin
|
1692141375
|
HBMQTT-4
|
2015-07-06 22:19:31 +02:00 |