Raspberry-Pi-Tank

A side project from me and a teammate is around the beautiful raspberry. We are mainly developing a setup and deploy tool based on pythons fabric which is for os image handling and service deployment like web-io-pi, music-player-daemon, accesspoint setup, network handling and our second project. from piservices import PiService class MusicPlayerDaemonService(PiService): name = ‘pimpd’ …