Martin Ger
82d940d873
fix in signal handling
2017-08-17 14:07:20 +02:00
Martin Ger
30260a110d
added var ids
2017-08-17 10:23:13 +02:00
Martin Ger
4d941993f5
added vars as topics
2017-08-17 08:46:19 +02:00
Martin Ger
3117ba6b53
added config access modes
2017-08-16 14:00:51 +02:00
Martin Ger
171b75c65c
user/password auth added
2017-08-16 11:04:31 +02:00
Martin Ger
10700b7b94
queuing of 'on topic' events
2017-08-15 22:42:41 +02:00
Martin Ger
aef3f73e03
No remote reset on locked device
2017-08-14 15:55:19 +02:00
Martin Ger
8205b1cf04
added gpio_pinmode, gpio_in, and brackets
2017-07-26 11:59:11 +02:00
Martin Ger
9d8f70aeae
some stats added
2017-07-23 11:26:21 +02:00
Martin Ger
8507c45823
mqttconnect added, mem issues
2017-07-22 22:23:35 +02:00
Martin Ger
fcfd1985e5
strcat added, operators added
2017-07-22 19:26:16 +02:00
Martin Ger
1fc6ae24c6
added scripting to the master branch
2017-07-21 16:35:45 +02:00
Martin Ger
de37f8c3d7
/broker/time added
2017-07-13 10:41:58 +02:00
Martin Ger
0b7be38fb1
added NTP time 2
2017-07-12 22:57:08 +02:00
Martin Ger
f8715595da
added NTP time
2017-07-12 22:04:02 +02:00
Martin Ger
717c6c7653
fix in local publish2
2017-06-23 18:06:55 +02:00
Martin Ger
13f58ddfad
fixed remote publish
2017-06-22 16:25:24 +02:00
Martin Ger
10f292f27e
Added basic sample at user_basic/
2017-06-07 22:21:26 +02:00
Martin Ger
ede97ea37b
remote client and MQTT bridging functionality
2017-06-03 15:44:03 +02:00
Martin Ger
0d735c8024
Mem error in retained topics
2017-06-02 14:45:01 +02:00
Martin Ger
779c7cf26c
fix when sending retained topics
2017-06-02 12:03:18 +02:00
Martin Ger
ebfb3e897a
added user sample program
2017-06-02 01:04:48 +02: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
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
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
Axel Lin
9f8b8ee117
Revert "Add user_rf_pre_init() function to fix build error with SDK-1.1.0"
...
This reverts commit 5ff9766908
.
The esp-onen-sdk adds the fix for force-requiring user_rf_pre_init() [1].
So we need to drop the user_rf_pre_init function in user_main.c to prevent
multiple definition of `user_rf_pre_init' error.
[1] 4e4590de89
2015-05-29 10:55:25 +08:00
Axel Lin
5ff9766908
Add user_rf_pre_init() function to fix build error with SDK-1.1.0
...
This patch fixes below build error with SDK-1.1.0:
esp-open-sdk/sdk/lib/libmain.a(app_main.o): In function `user_uart_wait_tx_fifo_empty':
(.irom0.text+0x34c): undefined reference to `user_rf_pre_init'
According to esp_iot_sdk_v1.1.0_15_05_26 Release Note:
user_rf_pre_init has to be added in user_main.c, user can call
system_phy_set_rfoption to set configuration of RF in it.
2015-05-26 14:55:52 +08:00
Tuan PM
261a21db71
move config.* and wifi.* to modules folder
2015-02-16 17:22:10 +07:00
Tuan PM
cacc260e9d
change file structure, easy to intergrated with other apps
2015-02-15 19:04:01 +07:00
Tuan PM
2b7be3cc8e
fixes error reconnect when lost wifi signal
2015-02-02 11:27:52 +07:00
EAD Fritz
793a98b147
Moved all of the mqtt specific files to a separate build directory. The intention is to be able to use it as a git subtree module in other projects
2015-01-18 10:43:10 +01:00
Tuan PM
47bb4ad229
resolve #27 , allocate memory for init data, add lwt api
2015-01-18 14:41:46 +07:00
Tuan PM
a8c335eb3d
Optimize the code, fixes some issues for qos=1 and 2
2015-01-17 17:30:34 +07:00
Tuan PM
63eff771c8
fixed #19 Reset on message with empty data
2015-01-17 09:30:36 +07:00
Tuan PM
008fd11b59
fixes #24 , resolved #25
2015-01-14 09:14:13 +07:00
Tuan PM
8c180fd05b
clean up
2015-01-13 18:58:40 +07:00
Tuan PM
1995cb812a
Change subscribe queue, add publish queue, resolved #24 , fixes #12
2015-01-13 18:56:03 +07:00
Tuan PM
fa88410ed4
modify CLIENT_SSL_ENABLE always on
2015-01-09 17:57:46 +07:00
Tuan PM
372dc409db
need CLIENT_SSL_ENABLE for libssl work
2015-01-09 08:13:22 +07:00
EAD Fritz
e7f030a679
made SSL configuration part of the SYSCFG struct
2015-01-08 21:21:01 +01:00
EAD Fritz
8f0fa38c7e
moved a #include "user_interface.h" from user_interface.h to where it acually was needed
2015-01-08 21:12:10 +01:00
Tuan PM
25b46a70a0
resolved #18 , increased sta_pwd to 64 bytes
2015-01-08 18:36:28 +07:00
Tuan PM
7815eb8b05
change default NON SSL option
2015-01-07 21:25:53 +07:00
Tuan PM
d27c9b2467
Move MQTT_Subscribe to mqttConnectedCb, resolve #15
2015-01-04 21:23:29 +07:00
Tuan PM
1c68d53cbe
add published callback somewhere
2015-01-04 18:44:59 +07:00
Tuan PM
9698516f1e
add published callback somewhere
2015-01-04 18:39:21 +07:00
Tuan PM
34a3ea49b5
Call published event after subscribe, resolved #12
2015-01-04 16:47:38 +07:00
Tuan PM
f837152bde
fixed #11 , silly mistake
2015-01-04 11:14:38 +07:00
Tuan PM
3ca9908267
Add published event, resolved #10
2015-01-04 10:47:26 +07:00
Tuan PM
b63c93e249
This fixes #2 , missing system_os_post
2014-12-31 18:27:35 +07:00