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

45 Commits

Author SHA1 Message Date
Cameron Sparr
bb8d2b6f04 This is now fixed in the Paho client, setting timeout to 60s
Why 60s? This is the timeout I've generally seen used by MQTT client
UIs.
2016-02-09 18:27:17 -07:00
shirou
d0a84101b9 Merge pull request #6 from sparrc/set-timeout-0
Paho MQTT client subscribe-only is currently broken
2016-02-05 22:37:52 +09:00
Cameron Sparr
c7a0c873f2 Paho MQTT client subscribe-only is currently broken
setting the KeepAlive timeout to 0 prevents timeout disconnects.
Currently the Paho behavior is for subscribe-only clients to disconnect
every 30s
2016-02-04 15:48:42 -07: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
79688a7ded add AWS IoT format config file to README. 2015-10-09 18:12:11 +09:00
Shirou WAKAYAMA
65632cc05f separete TlsConfig function and can be set by config file. 2015-10-09 14:11:18 +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
5c2b371a30 update README 2015-10-09 13:07:22 +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
5da1819b94 not subscribe if publish or subscribe not set. 0.0.2 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
9e609282a5 empty if parameter is not set in config file. 2014-12-15 23:45:24 +09:00
Shirou WAKAYAMA
f177396df0 show warning if -c (cleanSession) without -i (clientid). 2014-12-15 23:33:31 +09:00
Shirou WAKAYAMA
741608640d add versioning. 2014-12-15 23:30:11 +09:00
Shirou WAKAYAMA
e138636529 port in a config file can be string either int. 2014-12-15 23:28:03 +09:00
shirou
2af1028bc8 Merge pull request #2 from tetsuyanh/master
Update README.rst
2014-12-15 22:40:55 +09:00
Tetsuya Harada
41a066cc90 Update README.rst
設定ファイルのポート、数値じゃないと動かなかったので修正しました。
環境変数でやる方は未確認です・・・。
2014-12-15 11:36:25 +09:00
shirou
beb8d97c5b Merge pull request #1 from yanzm/master
README に typo があったので修正しました
2014-12-15 10:19:42 +09:00
Yuki Anzai
21c057241a fix typo of REAME.rst 2014-12-14 22:46:51 +09:00
Shirou WAKAYAMA
e675cccfaf change default value of insecure to "false" 2014-11-07 13:05:45 +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
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
07e20e6d7e update README 2014-09-05 21:46:57 +09:00
Shirou WAKAYAMA
d4a46e9311 gardening. 2014-09-05 21:37:43 +09:00
Shirou WAKAYAMA
1e5c8448f8 will moved to connect func. 2014-09-05 18:36:35 +09:00
Shirou WAKAYAMA
d363f98786 update readme about config file. 2014-09-05 17:47:56 +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
3c3e895848 add Download link to README. 2014-09-02 12:03:12 +09:00
Shirou WAKAYAMA
386f2bbc7b add mattn/go-colorable 2014-09-01 23:35:54 +09:00
Shirou WAKAYAMA
c3d74912a2 add LICENSE file. License is Eclipise which is same as paho's. 2014-09-01 23:34:04 +09:00
Shirou WAKAYAMA
0aaf5727d0 add README. 2014-09-01 23:31:41 +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