Michael Boeding
Michael Boeding
Thanks for the quick reply! Im pretty new to Android/Java I have that implemented in my code but how do I get that to call. Like for example I use...
Just did some reading and I see. I am running BLE(can't seem to use BLE on the android version because the bluetooth module has a bug) on my IOS version...
I'm also trying to get this to work and I'm encountering a crash. My operation is the client starts scanning and then I try to setup the server after. And...
Update on this - I think I got this working. You need to create the server first before trying to create the client. I was doing it the other way...
I did more testing on this and looked into the AWS IoT Core broker that Im using. Apparently you can Ping the broker as quickly as 30 seconds without being...
I completely missed that...thanks! I'll add it now.
Just some more context for this I am seeing this come up after the cellular module has been running for awhile. Not sure if its related to the above issue...
Yes - that's my code. Im switching between BLE, Wi-Fi, and Cellular. So I would assume that the onDissconect got called for the mqtt. And then it tried to reactivate...
Yeah its starting to drive me crazy....getting closer finally and stuff is starting to come together but write the payloads and servicing them via 3 separate transports is a lot....
Just a quick update: It looks like the PING message being sent is small (2 bytes or so) but the TLS overhead attached to each PING message can still be...