Raspberry Pi - Threaded Socket Server with Python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 August 2018

  • curprev 09:5709:57, 23 August 2018Stevet talk contribs 2,739 bytes +2,739 Created page with " <syntaxhighlight lang="python" line='line'> import socket import threading import RPi.GPIO as GPIO import datetime import json # idle disconnect time client_timeout = 60 #..."