Francois BIOT
|
8162b4c35b
|
Rename MqttBroker to remote_broker
|
2022-12-29 13:41:45 +01:00 |
|
hsaturn
|
9e578471f1
|
Try to fix alive problem
|
2022-12-29 13:10:03 +01:00 |
|
Francois BIOT
|
efa94cc4a4
|
MqttClient::client renamed to tcp_client
|
2022-12-29 13:06:56 +01:00 |
|
hsaturn
|
a96b51d7f4
|
Remove useless comment
|
2022-12-29 12:55:38 +01:00 |
|
hsaturn
|
f0af2b95e3
|
Simulated time for unit test
This change needs some modification in EpoxyDuino that are not yet accepted.
|
2022-12-29 00:54:18 +01:00 |
|
hsaturn
|
f348d82167
|
Try to fix alive problem
|
2022-12-28 23:02:26 +01:00 |
|
Francois BIOT
|
2b92833ea5
|
Remove spaces to end of lines
|
2022-12-28 21:22:19 +01:00 |
|
Francois BIOT
|
70ca3787bb
|
Better debugging code
|
2022-12-04 02:41:11 +01:00 |
|
Francois BIOT
|
c913bc61bb
|
tinymqtt-test : new commands
|
2022-12-04 02:03:28 +01:00 |
|
Francois BIOT
|
5a3e9bd90e
|
Fix reboot bugs due to TinyConsole
|
2022-12-03 20:34:59 +01:00 |
|
hsaturn
|
d8b24adef7
|
[MqttClient] Fix compilation warnings
|
2022-12-03 20:25:03 +01:00 |
|
hsaturn
|
4726ff293c
|
[MqttClient] Fix keep_alive decoding
|
2022-12-03 20:23:15 +01:00 |
|
hsaturn
|
9ef47fa6a4
|
[MqttClient] Renamed parent to local_broker
|
2022-12-01 07:49:56 +01:00 |
|
hsaturn
|
3358340319
|
Fix unit tests
|
2022-11-30 20:52:29 +01:00 |
|
Francois BIOT
|
1fff9fd0e1
|
Use TinyConsole instead of Serial
|
2022-11-30 20:06:15 +01:00 |
|
hsaturn
|
96766f7091
|
[Topic] Wildcards added
+ wildcard added
# wildcard added
* wildcard added (but does not appear in mqtt specification...)
$SYS messages compare is supported
|
2022-11-21 01:37:55 +01:00 |
|
hsaturn
|
73207e4745
|
Renamed TCP_ASYNC define to TINY_MQTT_ASYNC for name consistency.
|
2022-10-31 01:24:41 +01:00 |
|
hsaturn
|
709e1fd567
|
Tabs changed to spaces (at least)
|
2022-10-30 13:26:33 +01:00 |
|
hsaturn
|
4eb8f18ebf
|
[MqttMessage] Rewrite of the length encoding
|
2022-10-30 13:24:05 +01:00 |
|
hsaturn
|
5f7b4537c8
|
Enhance PR#22
|
2022-01-05 02:03:42 +01:00 |
|
hsaturn
|
710503663a
|
better type management
|
2022-01-05 01:59:16 +01:00 |
|
hsaturn
|
a5b8afc0bd
|
Added some ifdef for debugging purposes
|
2022-01-05 01:56:45 +01:00 |
|
terror
|
f1d3a15498
|
added reply to message subscribe and unsubscribe
|
2021-09-25 15:44:09 +03:00 |
|
hsaturn
|
dfd5983715
|
Rewrite comments and added hudge payload test
|
2021-09-20 01:57:40 +02:00 |
|
hsaturn
|
4dcc6a6cf4
|
Minor changes
|
2021-09-19 12:40:04 +02:00 |
|
hsaturn
|
a6b3540cb8
|
Fix issue_2 : Broken large payloads
|
2021-09-17 22:32:00 +02:00 |
|
hsaturn
|
d39c58d8f5
|
Fix issue_2 broken payload
|
2021-09-17 19:51:32 +02:00 |
|
hsaturn
|
36dde2c063
|
Fix for debugging for other platform than ESP
|
2021-08-09 11:24:27 +02:00 |
|
hsaturn
|
9c7f3b6b8e
|
Fix of decode length
|
2021-08-09 10:37:46 +02:00 |
|
hsaturn
|
56a2be621f
|
Fix message length error
|
2021-08-09 03:00:28 +02:00 |
|
hsaturn
|
28b0ac1611
|
Fix missing receive loop for mqttclient
|
2021-04-11 21:21:48 +02:00 |
|
hsaturn
|
b023cd67a9
|
Fix AUnit in debug mode / Not async
|
2021-04-11 17:02:24 +02:00 |
|
hsaturn
|
24ee6b5201
|
Fixes in WiFiClient mode
|
2021-04-11 16:33:12 +02:00 |
|
hsaturn
|
2e92a98db2
|
Trying to fuse togeter Async and not async version
|
2021-04-11 15:51:33 +02:00 |
|
hsaturn
|
c59bddfd39
|
Implementation of Unsuback (unless MqttClient disconnects)
|
2021-04-11 01:58:44 +02:00 |
|
hsaturn
|
be62699702
|
Fix connect problem with MqttClient
|
2021-04-11 00:48:04 +02:00 |
|
hsaturn
|
48eb0daf9a
|
Fix bug in unsubscription list
|
2021-04-10 17:16:25 +02:00 |
|
hsaturn
|
34c05bc37a
|
Fix compilation in DEBUG mode
|
2021-04-10 17:16:25 +02:00 |
|
hsaturn
|
c75f4893e8
|
AsyncTcp
AsyncTcp
|
2021-04-10 17:16:25 +02:00 |
|
hsaturn
|
7ef18de755
|
Very promising async commit
|
2021-04-10 17:16:25 +02:00 |
|
hsaturn
|
146d0de1d4
|
MqttClient: bug fix, connection lost at each publish received
|
2021-04-04 06:35:50 +02:00 |
|
hsaturn
|
297a22efb5
|
Big rewrite of MqttClient in order to avoid code duplicate
|
2021-04-04 05:57:48 +02:00 |
|
hsaturn
|
bf499117b7
|
Merge branch 'main' of github.com:hsaturn/TinyMqtt into main
|
2021-03-31 19:12:28 +02:00 |
|
hsaturn
|
549a23ffb7
|
Fix delete was not really deleting in tinytest
|
2021-03-31 10:40:06 +02:00 |
|
hsaturn
|
e71ffefc5a
|
Fixed a useless test and modified MqttClient constructors
|
2021-03-31 00:22:31 +02:00 |
|
hsaturn
|
d5dd896b45
|
MqttClient::unsubscribe implemented
|
2021-03-29 20:48:45 +02:00 |
|
hsaturn
|
213d637eaf
|
Code cleaning
|
2021-03-28 21:31:10 +02:00 |
|
hsaturn
|
3bb2dd5a81
|
Code cleaning
|
2021-03-28 21:29:02 +02:00 |
|
hsaturn
|
7d9ab6381d
|
Disconnect added (finally)
|
2021-03-28 21:28:06 +02:00 |
|
hsaturn
|
0b1a932244
|
MqttClient resubscribe on reconnect
|
2021-03-27 01:55:03 +01:00 |
|