We have the below applications hosted on bluemix:
created 'Internet of Things Platform starter' (from boilerplates) and added a device which acts as MQTT broker
a node.js simulator which simulates and publish sensor data to IoTF service
The below is hosted on-premise:
an app which subscribes to a topic that was published by the app hosted in bluemix
The above setup is up and running with no issues. But I am not able to figure out how to add the secure gateway between Bluemix and on-premise where MQTT is used.
I have created a secure gateway connection and added the on-premise ip as the destination. But from IoTF how do i send the data to this secure gateway?