Commit Graph

13 Commits

Author SHA1 Message Date
Tijn Kooijmans
85b37ee92b fixed compiler errors for SSL mode 2017-07-21 21:23:41 +02:00
jarek
7da9e28a86 Merge branch 'espnode/master' of https://github.com/jnwatts/espmqtt into jnwatts-espnode/master 2017-05-14 22:38:36 +02:00
jarek
5e29ede550 Merge branch 'fix-typo-remove-deprecation' of https://github.com/alwint3r/espmqtt into alwint3r-fix-typo-remove-deprecation 2017-05-14 21:40:01 +02:00
jarek
6f6b55a254 Add const in funtions arguments
Added const to fce mqtt_subscribe and mqtt_publish
2017-05-14 20:04:22 +02:00
Alwin Arrasyid
4d89598338 Fix typo in header file and remove deprecation message in component.mk file 2017-02-25 16:35:02 +07:00
Josh Watts
8d1e6ec202 Allow user to provide their own low level I/O
If not sepcified, will fall back to library provided TCP and optional SSL
2017-02-18 19:42:31 -05:00
Josh Watts
70322b5a59 Replace void* with specific types 2017-02-18 19:06:18 -05:00
Josh Watts
ec8a673c3f Add missing struct names 2017-02-18 18:59:11 -05: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
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
eb1595f1e8 Add mqtt connect msg 2016-09-11 21:42:34 +07:00
Tuan PM
0fdec5a93d Initial Project 2016-09-11 10:10:24 +07:00