Killing segfaults by ugly fork
Main difference in this release is the split of the websocket listener and the GPIO interrupt listeners in two different processes, since they conflict with each other causing segmentation faults in Python (apparently Pythons multithreading implementation is pretty fragile, specfically in combination with C extensions).