Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 4 months ago.
Having connection issues...
it appears that the settings I have below are not allowing me to establish a connection:
AV_MQTT client("na.airvantage.net:1883", callback, "scottkfielder@gmail.com", "secure", "id", 1883, false);
The terminal continues to print "Socket Connection..."
For the parameters required to instantiate the client,
1) is the domain for the AV mqtt server acceptable? 2) does username equate to AV account username? 3) should be the password parameter be the one I set in the system credentials area of AV? 4) Id looks to be hardcoded to 'mbed' and this should be reflected on my system gateway serial number?
Thanks for your input!