Using MQTT on Dragonfly

Dependencies:   MQTT mbed mtsas

Committer:
miaotwilio
Date:
Fri Aug 18 08:40:35 2017 +0000
Revision:
4:f4e8f0fca631
Parent:
config.hpp@3:0a48c984e15b
Child:
7:e741097b1c5d
invalidate credentials, and create config.example.hpp instead.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
miaotwilio 2:d4dcf1ebaa99 1 #ifndef DRAGONFLY_MQTT_CONFIG_HPP
miaotwilio 2:d4dcf1ebaa99 2 #define DRAGONFLY_MQTT_CONFIG_HPP
miaotwilio 2:d4dcf1ebaa99 3
miaotwilio 2:d4dcf1ebaa99 4 #define MQTT_GATEWAY_HOST "mqtt-sync.us1.twilio.com"
miaotwilio 2:d4dcf1ebaa99 5 #define MQTT_GATEWAY_PORT 8883
miaotwilio 2:d4dcf1ebaa99 6
miaotwilio 3:0a48c984e15b 7 #define VEHICLE_ID "test"
miaotwilio 4:f4e8f0fca631 8 #define VEHICLE_KEY "KY00000000000000000000000000000000"
miaotwilio 4:f4e8f0fca631 9 #define VEHICLE_SECRET "00000000000000000000000000000000"
miaotwilio 2:d4dcf1ebaa99 10
miaotwilio 2:d4dcf1ebaa99 11 #endif