1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-04-26 13:49:17 +08:00

25 Commits

Author SHA1 Message Date
shirou
71ac292e10 change to urfave/cli/v2 and go mod. 2020-12-30 21:22:55 +09:00
Jay Caines-Gooby
697b67c66d
Make compatible with v2 release of cli package
Compatibility changes for the cli package as detailed in https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md
2020-12-21 11:29:11 +00:00
Sabith Karippullil Soopy
ab28b9f3ad
Setting default for host to localhost 2018-07-08 08:58:52 -07:00
Shirou WAKAYAMA
71d5437e58 update latest mqtt paho and cli. 2016-07-26 00:25:33 +09:00
Shirou WAKAYAMA
37dd8ed965 add error handling. 2016-07-25 22:34:06 +09:00
Shirou WAKAYAMA
ed631464a3 change to use paho repository on the github. 2016-02-11 21:54:50 +09:00
Shirou WAKAYAMA
b943579e06 set stndard package logger to MQTT paho logger output. 2016-01-18 22:29:59 +09:00
Shirou WAKAYAMA
9d6af4c04d explicit flag structs initialize. 2016-01-18 21:53:38 +09:00
Shirou WAKAYAMA
d0c6d2d05d rename initFunc to just a init(). 2015-10-09 13:49:11 +09:00
Shirou WAKAYAMA
ff7b2758d6 add key option to specify private key 2015-10-09 13:44:25 +09:00
Shirou WAKAYAMA
dbaaaee58f add client certificate flag. 2015-07-08 21:15:48 +09:00
Shirou WAKAYAMA
8f6172c478 show git tag based version 2015-04-04 13:53:12 +09:00
Shirou WAKAYAMA
c4ca530d38 change Publish sync to async. 2015-03-30 19:09:52 +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
741608640d add versioning. 2014-12-15 23:30:11 +09:00
Shirou WAKAYAMA
663706e77a forget to add 2014-11-07 12:58:41 +09:00
Shirou WAKAYAMA
800a9bb338 fix default mqttcli.cfg filename problem 2014-11-07 12:57:06 +09:00
Shirou WAKAYAMA
1e5c8448f8 will moved to connect func. 2014-09-05 18:36:35 +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
386f2bbc7b add mattn/go-colorable 2014-09-01 23:35:54 +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