<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
On 24 Mar 2018 at 12:03 +0100, Mark Webb-Johnson <mark@webb-johnson.net>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">I have my phone’s wifi hotspot on the module as well. So, even on the road I can just turn that on, the module connects to my phone, then I can get back into it directly.
<div class=""><br class="" /></div>
<div class="">I think AP is fine now - just trying to minimise the number of things I am using so as to get a very stable base. Then can enable other things and if it breaks I know where to check.</div>
<div class=""><br class="" /></div>
<div class="">Regards, Mark. </div>
</blockquote>
<br />
<div>Yes, you can scratch what I said earlier, the very last commits made AP non-blocking.</div>
<div><br /></div>
<div>Before switching to AP, I had client mode on, and I did have v2 and v3 enabled at the same time which crash looped a few times on a very steady "assertion "nc->send_mbuf.len >= len" failed: file "/Users/jaxx/Projects/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/components/mongoose/mongoose/mongoose.c", line 10573, function: mg_mqtt_prepend_header” during "v3 TX(all) metrics", and even with v2 disabled… Swapped v3 for v2, rock stable, from my desk</div>
<div><br /></div>
<div>But, in AP mode, v3 (alone in auto) doesn’t connect once PPP comes online:</div>
<div><a href="https://pastebin.com/EjCyfvLS">https://pastebin.com/EjCyfvLS</a><br /></div>
<div><br /></div>
<div>(I have tried this multiple times, v3 upon startup hangs the module if I ever try to restart, either v2 or v3 btw)</div>
<div><br /></div>
<div>If started with v2 only, all goes fine, and I can even stop start both without any real hiccup:</div>
<div><a href="https://pastebin.com/G0357xQW">https://pastebin.com/G0357xQW</a><br /></div>
<div><br /></div>
<div>Anyone who wants to play with mqtt in Europe for v3 can use:</div>
<div>libre.jaxx.org being Fiber@home near Paris, mqtt on a virtual container in my lab</div>
<div>mqtt.jaxx.org is a small server in the Netherlands</div>
<div>Both mosquitto 1.4.10 with simple authentication<br /></div>
<div><br /></div>
<div>config set server.v3 server libre.jaxx.org</div>
<div>Or</div>
<div>config set server.v3 server mqtt.jaxx.org<br /></div>
<div>config set server.v3 user ovmsdev</div>
<div>config set server.v3 password 0vmsd3v</div>
<div><br /></div>
<div>#(I will take it out one day or another, but will most certainly forget it unless it gets hacked :-) )<br /></div>
<div><br /></div>
<div>JB./.</div>
<div></div>
</div>
</body>
</html>