Howto – Python


Raspberry GPIO Sockets

Communicate with Raspberry GPIO over UDP and TCP Sockets. Explores using UDP as push stream of changes to inputs and outputs on the Raspberry. TCP Connection enables the remote client to control output state changes from the client software. Code on GIT Hub: https://github.com/matzpersson/raspberry-gpio-sockets.git Companion Swift app on https://github.com/matzpersson/raspberry-swift-gpio-remote.git Installation […]