pdu_ctrl/README.md

18 lines
674 B
Markdown
Raw Permalink Normal View History

2018-09-18 10:32:39 +00:00
# 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" )
2018-09-18 10:35:42 +00:00
* implement gpio_daemon with XMP:RPC interface for remote access
2018-09-18 10:32:39 +00:00
2018-09-18 10:50:28 +00:00
## GPIO's pin assignment raspberryPI
![GPIO description](https://www.computerhilfen.de/info/wp-content/uploads/2016/04/computerhilfen_de-gpio.png "GPIO")