-->
Page 1 of 1

Arduino mqtt, restful client library (with esp8266 bridge)

PostPosted: Fri Mar 06, 2015 9:07 am
by tuanpm
Features
========
- Rock Solid wifi network client for Arduino (of course need to test more and resolve more issues :v)
- **More reliable** than AT COMMAND library (Personal comments)
- **Firmware applications written on ESP8266 can be read out completely. For security applications, sometimes you should use it as a Wifi client (network client) and other MCU with Readout protection.**
- MQTT module:
+ MQTT client run stable as Native MQTT client (esp_mqtt)
+ Support subscribing, publishing, authentication, will messages, keep alive pings and all 3 QoS levels (it should be a fully functional client).
+ **Support multiple connection (to multiple hosts).**
+ Support SSL
+ Easy to setup and use
- REST module:
+ Support method GET, POST, PUT, DELETE
+ setContent type, set header, set User Agent
+ Easy to used API
+ Support SSL
- WIFI module:

Github Repo: https://github.com/tuanpmt/espduino
Firmware for ESP8266: https://github.com/tuanpmt/esp_bridge

Re: Arduino mqtt, restful client library (with esp8266 bridg

PostPosted: Fri Mar 06, 2015 10:31 am
by EadF
That looks cool, thanks.

Any plans on making a python (or something) library so that we can mqtt-enable our Raspberrys and Beaglebones in the same way? (using the same esp8266 bridge firmware)

An esp-1 is still far cheaper than any usb-wifi-dongle, and it's not always practical to connect an ethernet cable.
Think of all the OpenCV-cat-door-twitter hacks you would facilitate :D

Re: Arduino mqtt, restful client library (with esp8266 bridg

PostPosted: Fri Mar 06, 2015 11:10 am
by tuanpm
actually I wrote this library is just a hobby consume my time. I open the source for many people to help me complete it because i don't have more free time.

Re: Arduino mqtt, restful client library (with esp8266 bridg

PostPosted: Fri Mar 06, 2015 3:17 pm
by lethe
EadF wrote:An esp-1 is still far cheaper than any usb-wifi-dongle, and it's not always practical to connect an ethernet cable.
Think of all the OpenCV-cat-door-twitter hacks you would facilitate :D

Really? You can get USB wifi adapter from china for less than 3$ including shipping, that's about the same price as an ESP-01. Imho it's really not worth the effort to connect a ESP to anything that has USB and can handle wifi dongles out of the box.