mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
54:5beaf9ba8f6a
Parent:
46:32a7545dde45
--- a/MQTTDefinitions.h	Sat Sep 13 02:56:16 2014 +0000
+++ b/MQTTDefinitions.h	Sat Sep 13 04:29:36 2014 +0000
@@ -23,8 +23,6 @@
 #define ENDPOINT_VERSION_ANNOUNCE   "\r\nMBED MQTT Endpoint v1.0"
 
 // Until we get HTTPS with BasicAuth working in MBED...
-#define GW_IPADDRESS                "192.168.1.220"                 // gateway IP address (default)
-#define GW_PORT                     "8888"                          // gateway port (default)
 #define USE_GW_HTTP_REDIRECTOR      true                            // true - make http calls to IOC via GW, false - make http calls directly to IOC
 
 // Gateway REST API URL
@@ -69,8 +67,6 @@
 #define IOC_IOC_ID_LEN              16
 
 // IOC REST URL for Load/Updates
-#define IOC_USERNAME                "anson"
-#define IOC_PASSWORD                "savetheplanet1"
 #define IOC_HOST_NAME               "iocweb.bcu.ac.uk"              // IOC Web - iocweb.bcu.ac.uk
 #define IOC_REST_URL                "https://%s/ibm/ioc/api/data-injection-service/datablocks/%s/dataitems%s"
 #define IOC_RESPONSE_TEMPLATE       "%s:{ENDPOINT=%s RESOURCE=%s VALUE=%s}:%s"