This repository contains python code for demostrating on how to control Raspberry Pi GPIO via a simple http server implemented using python standard library http.server. The http.server library allows ...
##Why? During my first attempt at creating a Home Automation System for my home, I realised I needed a flexible HTTP Server which I could easily interface with, using Python commands. Not having done ...