Martin Ger
|
8b68abcbcd
|
added precompiled firmware
|
2017-06-02 01:32:18 +02:00 |
martin-ger
|
42939a8bc2
|
Update README.md
|
2017-06-02 01:24:31 +02:00 |
Martin Ger
|
ebfb3e897a
|
added user sample program
|
2017-06-02 01:04:48 +02:00 |
Martin Ger
|
7b3905ae16
|
Initial commit of uMQTT Broker
|
2017-06-01 23:38:03 +02:00 |
Tuan PM
|
cf87bc521e
|
Merge pull request #126 from st0ff3r/master
PROTO_AddRb(): rollback inserts into ringbuffer done by RINGBUF_Put()…
|
2017-05-25 10:14:47 +07:00 |
Tuan PM
|
7ec2ef8e1d
|
Merge pull request #127 from someburner/master
Extend init method to allow 0-length client IDs if MQTTv311 is set
|
2016-11-20 20:47:08 +07:00 |
Jeff H
|
885bde3af9
|
Extend init method to allow 0-length client IDs if MQTTv311 is set
|
2016-11-20 01:12:37 -08:00 |
st0ff3r
|
80abcbf3a9
|
PROTO_AddRb(): rollback inserts into ringbuffer done by RINGBUF_Put() when there was not eneough space free
|
2016-11-18 05:32:06 +01:00 |
Tuan PM
|
9249c2a055
|
Merge pull request #125 from ToSa27/master
Compile to Library
|
2016-10-26 09:18:56 +07:00 |
Tobias Hoff
|
8cf1063d80
|
Compile to Library
use "make lib" to compile as library
|
2016-10-26 03:54:33 +02:00 |
Tobias Hoff
|
adfa2c1833
|
ignore implicit function declaration
to successfully build without adding declarations missing from the SDK
|
2016-10-26 03:40:41 +02:00 |
Tuan PM
|
ccdf6a6213
|
Merge pull request #124 from ToSa27/master
explicitely set SSL size
|
2016-10-26 08:36:59 +07:00 |
Tobias Hoff
|
0f4113cea4
|
explicitely set SSL size
|
2016-10-26 03:33:53 +02:00 |
Tuan PM
|
d5dcfbaf47
|
update sdk link
|
2016-09-18 18:04:48 +07:00 |
Tuan PM
|
69710db095
|
Merge pull request #121 from someburner/patch-1
Use proper type for keepalive
|
2016-09-18 17:41:49 +07:00 |
Jeff Hufford
|
149091e167
|
Use proper type for keepalive
Minor, but keepalive member in struct mqtt_connect_info is signed and gets compared with unsigned.
|
2016-09-17 10:22:57 -07:00 |
Tuan PM
|
5162b941a8
|
test travis 4
|
2016-09-09 23:10:33 +07:00 |
Tuan PM
|
b19d7822e2
|
test travis 3
|
2016-09-09 23:05:51 +07:00 |
Tuan PM
|
c7e70396ba
|
test travis 2
|
2016-09-09 23:03:28 +07:00 |
Tuan PM
|
676513735a
|
test travis 1
|
2016-09-09 22:58:05 +07:00 |
Tuan PM
|
3f55b6ce7b
|
test travis
|
2016-09-09 22:52:12 +07:00 |
Tuan PM
|
4e303d1674
|
update travis method to build new esp_mqtt
|
2016-09-09 22:39:06 +07:00 |
Tuan PM
|
30523fbe90
|
-reformat code using space 2
- fix bug connect callback when connection refuse
- change INFO to MQTT_INFO to resolve conflic with global INFO define
|
2016-09-09 22:37:03 +07:00 |
Tuan PM
|
4acdfe0a5d
|
update link travis to README and fixed opensdk link
|
2016-09-09 21:18:31 +07:00 |
Tuan PM
|
bcf0ce4c59
|
update link travis to README and fixed opensdk link
|
2016-09-09 21:04:19 +07:00 |
Tuan PM
|
dbd3324a0a
|
update link travis to README and fixed opensdk link
|
2016-09-09 21:02:00 +07:00 |
Tuan PM
|
f5a4f0a7ed
|
update open sdk link for travis
|
2016-09-09 20:57:29 +07:00 |
Tuan PM
|
cc989eaa95
|
update travis to build with sdk 2.0
|
2016-09-09 20:53:30 +07:00 |
Tuan PM
|
91b7ef9b81
|
Update readme
|
2016-09-09 20:49:00 +07:00 |
Tuan PM
|
7fde706b8e
|
remove all submodule
|
2016-09-09 20:37:37 +07:00 |
Tuan PM
|
f7ccc86709
|
-update to sdk 2.0
- cleanup and make Makefile simple
- add define to get local_config
- remove esptool
|
2016-09-09 20:36:52 +07:00 |
Tuan PM
|
a5e5f97cca
|
Merge pull request #118 from vowstar/master
Some fix about stability of mqtt connection about keepalive
|
2016-09-06 19:35:03 +07:00 |
Huang Rui
|
65bf3adc2a
|
Fix keepalive time error.Made keepalive interval half of keepalive time.
This can prevent abnormal disconnect.
|
2016-09-06 18:32:34 +08:00 |
Huang Rui
|
c1ac44a083
|
Clear callback functions to avoid abnormal callback
|
2016-08-23 17:35:31 +08:00 |
Tuan PM
|
8ceb84eb5b
|
Merge pull request #116 from vowstar/master
Fix memory leak when call mqtt_client_delete, and add rfinit.c
|
2016-08-18 08:13:44 +07:00 |
Huang Rui
|
e93ccc8f28
|
Fix memory leak when delete mqtt clientadd modules/rfinit.c, add __attribute__((weak)) to make it works on both sdk 2.0.0 and esp_open_sdk
|
2016-08-18 02:57:36 +08:00 |
Huang Rui
|
1e1d336414
|
Merge https://github.com/vowstar/esp_mqtt
|
2016-08-17 21:41:53 +08:00 |
Tuan PM
|
c082fcbd7c
|
Merge pull request #100 from jensh/mqtt_get_publish_data
mqtt_get_publish_data() should always return len=0 if data=NULL.
|
2016-06-30 07:49:00 +07:00 |
Tuan PM
|
d4fd20005c
|
Merge pull request #110 from sreeisalso/master
Corrected mqtt keep alive send
|
2016-06-30 07:46:51 +07:00 |
Tuan PM
|
8933adb4d6
|
Merge pull request #112 from someburner/master
add wrapper for un-subscribe, check user/pass for NULL
|
2016-06-30 07:44:44 +07:00 |
Jeff Hufford
|
6044edb078
|
Forgot ICACHE_FLASH_ATTR in header
|
2016-06-29 07:06:27 -07:00 |
Jeff H
|
88bb406fb4
|
add null checks for client user/pass
|
2016-06-13 01:09:48 -07:00 |
Jeff H
|
53c913256d
|
add wrapper for un-subscribe
|
2016-06-13 01:05:36 -07:00 |
Sreekanth
|
0c806ec0f1
|
Merge pull request #2 from tuanpmt/master
latest
|
2016-06-07 14:13:20 +05:30 |
Sreekanth
|
280b5c3ce8
|
updated client->keepAliveTick when packet is sent/received
|
2016-06-07 12:30:35 +05:30 |
Tuan PM
|
368c1aad63
|
Merge pull request #109 from StefanBruens/sanitize_config_strings
Sanitize config strings
|
2016-06-01 16:32:23 +07:00 |
Stefan Brüns
|
764cc125c1
|
Extend device_id config field to 32 characters, including trailing null
|
2016-05-31 19:06:51 +02:00 |
Stefan Brüns
|
b458ea49c1
|
make sure SSID is not overwritten by mqtt client id, always null-terminate
Each os_sprintf potentially overwrites any later field if the configured
value is to long.
|
2016-05-31 19:06:45 +02:00 |
Rui Huang
|
679c42a062
|
Merge pull request #5 from tuanpmt/master
Update code from upstream
|
2016-04-20 16:54:01 +08:00 |
Sreekanth
|
c91dcf89df
|
Merge pull request #1 from tuanpmt/master
updating latest
|
2016-04-06 11:03:28 +05:30 |