You are reading a single comment by @Ollie and its replies. Click here to read the full conversation.
  • Problems about 2 hours into it. Updating wirelessly became hit and miss and device was restarting with 'out of memory' warnings.

    Now I have the image on a CDN, I'm not reading back the logs, and I'm back on USB power, (though I'm not sure the battery is at fault yet).

    Image of 23kb was served chunked as per the docs, but was there a better way to read the log data back into the page? I used var logs = fs.readFile(..) and output directly to the page using res.write(logs). The page then got served.

    Any best practices for using as a webserver?

About

Avatar for Ollie @Ollie started