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

67 Commits

Author SHA1 Message Date
shirou
00429e704a
Merge pull request #19 from mmorel-35/chore/dependabot
Set up Dependabot
2021-07-15 20:20:52 +09:00
Matthieu MOREL
8ae1bcd225
Create dependabot.yml 2021-07-14 00:24:40 +02:00
shirou
a9be2d709e
Merge pull request #18 from shirou/circleci-project-setup
Add .circleci/config.yml
2020-12-30 21:29:51 +09:00
shirou
4c31c6aa65 remove travis 2020-12-30 21:29:02 +09:00
shirou
a501ad760b Add .circleci/config.yml 2020-12-30 21:26:00 +09:00
shirou
71ac292e10 change to urfave/cli/v2 and go mod. 2020-12-30 21:22:55 +09:00
shirou
58422f7e66
Merge pull request #17 from jaygooby/master
Make compatible with v2 release of cli package
2020-12-30 21:16:00 +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
shirou
57273dc97a
Merge pull request #14 from dos65/create_install_directory
install.sh - create install directory if it doesn't exist
2018-08-16 00:12:41 +09:00
dos65
ea54ab7334 install.sh - create install directory if it doesn't exist 2018-08-15 14:55:26 +03:00
shirou
8071391f74
Merge pull request #13 from sks/feature/point_to_shirou
Feature/cut release using .travis
0.0.3
2018-07-18 22:09:33 +09:00
Sabith K Soopy
67a1558ad5 Using releases from @shirou repo 2018-07-17 23:00:06 -07:00
sabith
c7210e3587 Try using a install script like dep
Signed-off-by: sabith <sabithksme@gmail.com>
2018-07-17 23:00:06 -07:00
sabith
4fc835ce43 Using travis for CI CD
Signed-off-by: sabith <sabithksme@gmail.com>
2018-07-17 23:00:06 -07:00
shirou
83e382a06e
Merge pull request #12 from sks/patch-1
Setting default for host to localhost
2018-07-13 23:26:21 +09: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
b0218349f1 user scanner.Bytes() instead of Text() to write original bytes. 2016-07-25 22:38:29 +09:00
Shirou WAKAYAMA
37dd8ed965 add error handling. 2016-07-25 22:34:06 +09:00
Shirou WAKAYAMA
874c9cc77c Merge branch 'master' of github.com:shirou/mqttcli 2016-02-17 23:30:41 +09:00
Shirou WAKAYAMA
ed631464a3 change to use paho repository on the github. 2016-02-11 21:54:50 +09:00
shirou
98b7c997a2 Merge pull request #7 from sparrc/set-timeout-60s
This is now fixed in the Paho client, setting timeout to 60s
2016-02-10 11:56:13 +09:00
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