test client enhancements

This commit is contained in:
hsaturn
2021-03-24 21:19:44 +01:00
parent 7107da2cce
commit 0d6e194560
2 changed files with 23 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
// vim: ts=30
Exemple of commands that can be sent via the serial monitor to tinymqtt-test
----------------------------------------------------------------------------
client a starts a client (not connected no internal broker)
a.connect [server][port][alive] connects the client, default port=1883
a.publish topic [payload] send a topic with a payload
a.subscribe topic subscribes to a topic
delete a destroy the client