Phyton script zum steuern der selbst gebauten pdu.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
stevo e10a0d8d19 'README.md' ändern 6 år sedan
README.md 'README.md' ändern 6 år sedan
gpio_test.py 1.Version vom Script erstellt. 6 år sedan

README.md

Overview

This Projects implements several scripts for remote GPIO control on raspberry PI.

User Guide

get Sources

git clone http://gitea.devpool.net:3000/alex/pdu_ctrl

start test script on raspberry pi

python3 gpio_test.py

Missing Features

  • Script to set and reset single GPIO’s (“python3 gpioctrl.py CCU6_001 on”, “python3 gpioctrl.py CCU6_001 off” )
  • Script to get the state of single GPIO’s (“python3 gpioctrl.py CCU6_001 stat” )
  • implement gpio_daemon with XMP:RPC interface for remote access