1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-04-28 13:48:50 +08:00

16 Commits

Author SHA1 Message Date
Shirou WAKAYAMA
5da1819b94 not subscribe if publish or subscribe not set. 2015-04-03 18:31:24 +09:00
Shirou WAKAYAMA
c4ca530d38 change Publish sync to async. 2015-03-30 19:09:52 +09:00
Shirou WAKAYAMA
efa2bb02c7 add Disconnect on the end of publish. But not worked? 2015-03-25 13:07:46 +09:00
Shirou WAKAYAMA
99d1c6d616 support reconnect. 2015-03-24 23:28:32 +09:00
Shirou WAKAYAMA
b2c3f8c7d9 change APIs along with paho API changes. 2015-03-24 13:55:09 +09:00
Shirou WAKAYAMA
e675cccfaf change default value of insecure to "false" 2014-11-07 13:05:45 +09:00
Shirou WAKAYAMA
800a9bb338 fix default mqttcli.cfg filename problem 2014-11-07 12:57:06 +09:00
Shirou WAKAYAMA
01b1035efb fix not reading from config file. 2014-10-17 15:33:47 +09:00
Shirou WAKAYAMA
e6d0151ae9 if host and port specified, not read from file. 2014-10-17 14:41:29 +09:00
Shirou WAKAYAMA
a1c7c40724 fix log output format. 2014-09-11 10:15:52 +09:00
Shirou WAKAYAMA
af5fdcc25f show comming message topic when verbose mode. 2014-09-05 17:35:14 +09:00
Shirou WAKAYAMA
e4ad166e54 add "conf" option which read from specified file. or if ~/.mqttcli.cfg exists, read from it. 2014-09-05 17:31:14 +09:00
Shirou WAKAYAMA
272863ded3 separate publish and subscribe to other files. and add clearnSession flag. 2014-09-04 23:07:18 +09:00
Shirou WAKAYAMA
c2426ef217 implement pubsub command. 2014-09-01 23:31:27 +09:00
Shirou WAKAYAMA
6d6dd5455e implement pub and sub. 2014-09-01 22:34:38 +09:00
Shirou WAKAYAMA
51150666a1 first commit 2014-07-15 12:20:59 +09:00