You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am trying to use espsim to test libmqtt, but I am running into a problem about how to start the networking. On the esp8266 hardware I would call espconn_gethostbyname() and do espconn_connect() in the callback.
Should I just setup the espconn connection struct myself and call espconn_connect()?
Do you have any example how you start the networking?
The text was updated successfully, but these errors were encountered:
I didn't have any different code to setup the networking in all of my esp sources. My application would have made the wifi connect calls and then made the espconn calls after that, just enough in the wifi was stubbed out to make it bootstrap and run.
I was running on a host on my physical lan and participating as a peer with other esp8266 devices on my wireless lan. I have no idea if anybody else has ever gotten this to work, it is a pretty specialized use case, but it was worth it in my case.
I didn't do much more than a simple stand-alone startup but I got my code to compile and link again. I think I was on a 1.X sdk before and now tested with 2.1.0-18. So cleaned up several conflicts and added a couple more functions. Again, not tested, mileage will vary.
Hi, i am trying to use espsim to test libmqtt, but I am running into a problem about how to start the networking. On the esp8266 hardware I would call espconn_gethostbyname() and do espconn_connect() in the callback.
Should I just setup the espconn connection struct myself and call espconn_connect()?
Do you have any example how you start the networking?
The text was updated successfully, but these errors were encountered: