💾 Archived View for cjc.im › 2021 › 05 › 28 › Networking-the-Thermal-Printer › index.gmi captured on 2022-04-29 at 11:17:01. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
May 28, 2021
I have improved my little thermal printer thing a little by connecting it to one of the many spare Pi0w that I had, and wrote a little web interface that basically allows anyone on the internal network to print out todo lists.
Going forward I need to write some authentication for this, and probably mitigate the obvious remote code execution that is currently in it....
Pretty cool though what can be written in a couple of hours. I opted to use nodejs and express to make the mini api, no source as it's shocking (i.e the RCE) and less than 10 lines so anyone could write it...
👋