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 |
|
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 |
|