Wykres commitów

15 Commity (83b6c0288135f403ca461b42e4d77e6447317a42)

Autor SHA1 Wiadomość Data
puuu a09b3ec20a umqtt.simple: Do DNS lookup in connect() method. 2017-06-27 21:16:13 +03:00
Damien Mascord 2164c88483 umqtt.simple: Handle CONNECT messages longer than 127 bytes. 2017-04-27 17:52:00 +03:00
Paul Sokolovsky de9fcc53d5 umqtt.simple: Update for to_bytes() parameters refactor. 2016-12-19 22:57:43 +03:00
candale a254329557 umqtt.simple: Added last will capability. 2016-09-18 20:59:36 +03:00
Paul Sokolovsky 98c6fb9024 umqtt.simple: Allow to pass arbitrary params to ussl.wrap_socket(). 2016-08-24 01:04:32 +03:00
candale c9a9b48ebe umqtt.simple: Add keepalive connection parameter. 2016-08-24 01:01:17 +03:00
Nicolas Graziano fcec7f7c1d umqtt.simple: Add MQTT user/password authentication.
Limitation the total length of client id, user name and password must
be under 111 characters.
2016-08-15 17:12:56 +03:00
puuu b66c68ee4e umqtt.simple: Let subscribe() process incoming async PUBLISH messages.
Utilising retained messages and multiple subscribes, a message could
arrive before the SUBACK packet.  Therefore, wait_msg() must be called
in subscribe().
2016-08-10 22:22:22 +03:00
puuu a261f4b4d7 umqtt.simple: do not close the socket in ping() 2016-08-08 21:58:44 +09:00
Paul Sokolovsky 9f7b60bede umqtt.simple: publish(): Reuse existing bytearray. 2016-08-08 01:07:59 +03:00
Paul Sokolovsky 208c7f0f17 umqtt.simple: Add SSL support. 2016-08-05 00:40:05 +03:00
Paul Sokolovsky 4a8ef9f99c umqtt.simple: Be sure to return socket to blocking state after check_msg(). 2016-07-31 15:59:24 +03:00
Paul Sokolovsky 4a5965bbe0 umqtt.simple: publish: Do proper varlen message size encoding.
Using 2 static bytes for encoding didn't work well with some brokers,
e.g. Amazon AWS.

Also, extend max message size to 2M.
2016-07-16 00:30:53 +03:00
Paul Sokolovsky 9f71425ade umqtt.simple: Remove unused import. 2016-07-03 15:37:28 +03:00
Paul Sokolovsky f44a33c1df umqtt.simple: Initial implementation of a simple MQTT client. 2016-07-02 01:13:06 +03:00