Using MQTT on Dragonfly

Dependencies:   MQTT mbed mtsas

config.example.hpp

Committer:
miaotwilio
Date:
2017-09-08
Revision:
7:e741097b1c5d
Parent:
4:f4e8f0fca631

File content as of revision 7:e741097b1c5d:

#ifndef DRAGONFLY_MQTT_CONFIG_HPP
#define DRAGONFLY_MQTT_CONFIG_HPP

#define MQTT_GATEWAY_HOST "mqtt-sync.us1.twilio.com"
#define MQTT_GATEWAY_PORT 8883

#define VEHICLE_TYPE "BIKE"
#define VEHICLE_ID "XXXXX"
#define VEHICLE_KEY "KYxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
#define VEHICLE_SECRET "xxxxxxxxxxxxxxxxxxxxxxx"

#endif