# rcswitch-pi **Repository Path**: dzheng533/rcswitch-pi ## Basic Information - **Project Name**: rcswitch-pi - **Description**: RCSwitch implementation for the Raspberry Pi - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-12-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # About rcswitch-pi is for controlling rc remote controlled power sockets with the raspberry pi. Kudos to the projects [rc-switch](http://code.google.com/p/rc-switch) and [wiringpi](https://projects.drogon.net/raspberry-pi/wiringpi). I just adapted the rc-switch code to use the wiringpi library instead of the library provided by the arduino. ## Usage First you have to install the [wiringpi](https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/) library. After that you can compile the example program *send* by executing *make*. You may want to changet the used GPIO pin before compilation in the send.cpp source file.