Commit Graph

16 Commits

Author SHA1 Message Date
Tuan PM
510dd21158 add msg_len 2017-02-15 13:16:44 +07:00
Tuan PM
b230961b4b Merge branch 'master' of https://github.com/tuanpmt/espmqtt 2017-02-15 13:03:56 +07:00
Tuan PM
c3eada3281 detect buffer full (ringbuf and queue) 2017-02-15 13:03:07 +07:00
Tuan PM
8a6488229e Merge pull request #3 from RonnyA/SSL
Committer: Ronny Hansen <ronnyhan@gmail.com>
2016-12-28 02:37:23 -06:00
Ronny Hansen
5a931e2fa3 Committer: Ronny Hansen <ronnyhan@gmail.com>
On branch SSL
 Changes to be committed:
	modified:   include/mqtt.h
	modified:   mqtt.c

Implemented support for SSL/TLS. Uses config setting "CONFIG_MQTT_SECURITY_ON" to enable this feature.
Breaking changes on client_connect() interface to support SSL, but shouldnt be an issue as this is an
internal interface
2016-12-28 01:57:17 +01:00
Tuan PM
c8687d04e4 Correct resolve_dns typo, resolved #1 2016-09-23 22:07:46 +07:00
Tuan PM
535ab44caf change CFLAGS correct with idf 2016-09-16 15:19:55 +07:00
Tuan PM
275184b28d update to lasted idf 2016-09-13 00:19:00 +07:00
Tuan PM
ba966c7a9a Initial release 2016-09-12 21:15:28 +07:00
Tuan PM
d22b7d7ada -add queue
- add ping timer
- add subscribe function
2016-09-12 17:05:28 +07:00
Tuan PM
5474489515 Add sample project link to README 2016-09-12 13:27:35 +07:00
Tuan PM
526109fd37 Resolve conenct issues with ip 2016-09-12 13:06:48 +07:00
Tuan PM
eb1595f1e8 Add mqtt connect msg 2016-09-11 21:42:34 +07:00
Tuan PM
89479c5734 Change to Apache license 2016-09-11 10:16:33 +07:00
Tuan PM
0fdec5a93d Initial Project 2016-09-11 10:10:24 +07:00
Tuan PM
2696c0d0f5 Initial commit 2016-09-10 00:06:21 +07:00