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
b58f3e3d67
Merge branch 'issue_2_broken_large_payloads' into main
0.8.0
2021-09-17 22:35:28 +02:00
hsaturn
a6b3540cb8
Fix issue_2 : Broken large payloads
2021-09-17 22:32:00 +02:00
hsaturn
ccbf42f81b
howto added for building and running tests
2021-09-17 19:58:24 +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
64a05bb60b
Release 0.7.9
0.7.9
2021-08-09 10:47:18 +02:00
hsaturn
bb89fc5284
Release 0.7.8
2021-08-09 10:45:17 +02:00
hsaturn
c1fd1bc907
Remove pending length test
2021-08-09 10:44:19 +02:00
hsaturn
d919188eb0
Merge pull request #15 from bxparks/epoxyfix
...
Fix unit tests for EpoxyDuino
2021-08-09 10:39:26 +02:00
hsaturn
9c7f3b6b8e
Fix of decode length
0.7.7
0.7.8
2021-08-09 10:37:46 +02:00
Brian Park
88c7d552cb
Fix unit tests for EpoxyDuino
2021-08-08 19:37:04 -07:00
hsaturn
fab242e212
Version 0.7.6
0.7.6
2021-08-09 03:04:21 +02:00
hsaturn
56a2be621f
Fix message length error
2021-08-09 03:00:28 +02:00
hsaturn
c4cf39ab68
Fix aunit tests
2021-08-09 02:33:01 +02:00
hsaturn
90dea36ab0
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
25a721e06a
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
b228d35ab0
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
c70716a595
Attempt to write more readable examples
2021-05-13 03:21:03 +02:00
hsaturn
8d5cad5fec
Added overload of Client::publish, fix compilation
2021-05-13 03:21:03 +02:00
hsaturn
d5430228e5
Fix cr/lf bug
...
Added echo on|off for later vt100 terminal
Added rnd(min,max) function
Simplied every function
Better parsing for getword (accept strings)
Fix for blink command
2021-05-13 03:21:03 +02:00
hsaturn
91c1f96146
Update README.md
...
links updates
2021-05-08 15:14:59 +02:00
hsaturn
f04a2a07c0
Fix aunit.yml
2021-04-28 21:22:07 +00:00
hsaturn
38f306c170
Fix compilation esp8266 esp32
2021-04-28 23:16:33 +02:00
hsaturn
024e80c9dc
Perpare for future ESP32 aunit tests
2021-04-28 21:00:31 +00:00
hsaturn
2249ddef7f
Release 0.7.5
0.7.5
2021-04-28 18:57:24 +02:00
hsaturn
e193929f8f
changed every command
2021-04-28 18:56:17 +02:00
hsaturn
e00e31de33
Fix build in Esp8266 mode
...
Modify dump() functions
2021-04-28 18:55:57 +02:00
hsaturn
20292b7b7b
Fix example syntax
0.7.4
2021-04-28 08:24:44 +02:00
hsaturn
26de3befa8
TinyTest Esp32 port
...
Update library definition
2021-04-28 08:19:55 +02:00
hsaturn
1098466055
Update README.md
2021-04-28 08:14:46 +02:00
hsaturn
2d3663e78c
Update README.md
2021-04-28 07:32:56 +02:00
hsaturn
5e16282ad0
Disable ci.yml
2021-04-21 01:10:35 +02:00
hsaturn
e35a43c4a4
Trying to remove unsupported platform that break ci.yml
2021-04-21 01:05:31 +02:00
hsaturn
087a203ba0
Create ci.yml
2021-04-21 00:56:49 +02:00
hsaturn
5d313bbf5e
Rewrite examples
2021-04-12 00:27:25 +02:00
hsaturn
ce896f02c4
Merge pull request #6 from hsaturn/AsyncAndWifi
...
AsyncTcp can be activated by removing the command on TCP_ASYNC in TinyMqtt.h
But the code is not bug free yet.
2021-04-11 23:33:29 +02:00
hsaturn
d3210c3c93
Merge branch 'main' into AsyncAndWifi
2021-04-11 23:30:13 +02:00
hsaturn
23f1207718
Lot of new functions for tinytest
...
- command every allowing to add peridic evaluations
very usefull for benchmarks and load tests
- on/off command
2021-04-11 23:27:15 +02:00
hsaturn
122ab88960
Rewrite client-with-wifi.ino
2021-04-11 23:26:49 +02:00
hsaturn
28b0ac1611
Fix missing receive loop for mqttclient
2021-04-11 21:21:48 +02:00
hsaturn
1cfb5cfab1
Allow multiple command per line separated by ;
2021-04-11 19:19:06 +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
7bdb9cc0cd
Tinytest, allow to blink output 0
2021-04-11 01:57:58 +02:00