We are developing an application which needs to consume AWS IoT service based on a MQTT protocol deviation. We are currently facing issues to get connected with MQTT broker provided by AWS IoT cloud server.
Following is the environment:
iOS Version: 11.4
Programming language: Swift 4
Library for MQTT: Moscapsule
Steps followed:
1.Set initial config clientid, host, port
2.Set User Authentication.
using the above step my code works fine , when I Connect mqttClient with WEB Socket . I get response from
1 . On Connection CallBack .
On Publish CallBack .
On Subscribe CallBack.
On Message CallBack.
Problems faced:
When trying to Connect with TCP Socket , I didn't get any response .
Any help in this context is highly appreciable.
Hello everyone,
We are developing an application which needs to consume AWS IoT service based on a MQTT protocol deviation. We are currently facing issues to get connected with MQTT broker provided by AWS IoT cloud server.
Following is the environment:
iOS Version: 11.4 Programming language: Swift 4 Library for MQTT: Moscapsule Steps followed: 1.Set initial config clientid, host, port 2.Set User Authentication. using the above step my code works fine , when I Connect mqttClient with WEB Socket . I get response from 1 . On Connection CallBack .
Thanks in advance.