random offtopic posts

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Lysenko
Posts: 62
Joined: Wed Aug 17, 2016 1:21 pm

Re: random offtopic posts

Post by Lysenko » Tue Nov 15, 2016 1:03 pm

jms wrote:Yes of course TCP has transmission timeouts. I though it was to do with inactivity. My mistake. Yesterday was one of those days. I locked myself out due tue a keyring error later on.

Anyway the problem with network code is that 1) it is tricky and often misunderstood anyway and 2) This device's network stack is somewhat different to a heavyweight OS and not too well documented 3) The hardware possibly has its own issues
We all have those days. I spent an entire morning last week trying to figure out why a BT board wasn't working. Answer: because I wired in a Z-Wave chip ;)

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: Downloading 1GB of data with MicroPython ESP8266 port

Post by kfricke » Tue Nov 15, 2016 3:12 pm

Lysenko wrote:
pythoncoder wrote:... MQTT ... CoAP ...
spawn

Post Reply