Pim van Pelt 9dbf9be428 Simplify MQTT messaging
Simply add the entire mosquitto message as a JSON entity, not a string.
The simple case now looks like:
      "mqtt": [ {"topic": "/s/cmnd/5C:CF:7F:20:29:6E/Power", "message": "On"} ]

Sending an RPC to Mongoose OS looks like:
      "mqtt": [ {"topic": "esp32_XXXXXX/rpc/Button.Touch", "message": {"args": {"idx":0}}} ]
2018-01-02 00:20:15 +01:00
2018-01-02 00:18:32 +01:00
2017-12-20 17:04:51 +01:00
2017-12-20 17:04:51 +01:00
2017-12-03 23:56:16 +01:00
2018-01-02 00:20:15 +01:00
2017-12-22 21:38:19 +01:00
2017-11-25 01:14:04 +01:00
2017-11-27 23:51:29 +01:00
2017-12-03 23:43:57 +01:00

Mongoose OS Huzzah32 Featherwing

Introduction

For basic introduction, see huzzah32-featherwing in the Mongoose OS Application list.

Description
No description provided
Readme 3 MiB
Languages
C 92.7%
C++ 7.2%
Makefile 0.1%