Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] example code - mqtt on cc3200

Danny,

Yes, I developed and tested this on a CC3200 board and I know of other people who have it working on their boards, could you post the code of your main() and I'll take a look.

Al

On 29/09/14 20:18, Daniel Kern wrote:
Hi All,

Update on my issue:

I modified the connectNetwork() function to hard code the IP address
(0xC6291EF1). The DNS name of “iot.eclipse.org <http://iot.eclipse.org>”
was not working. Now I am able to connect via TCP socket. I’m still not
able to send the MQTT connect packet.

When I performed the line below, I get stuck in the sl_Send() function
inside the MQTTwrite() function. I can’t tell why this is happening.
rc = MQTTConnect( &c, &data);

Does anyone have any ideas for troubleshooting? Has this code actually
been tested on the CC3200 device?

Best,
Danny



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev



Back to the top