• This repository has been archived on 15/Oct/2021
  • Stars
    star
    198
  • Rank 196,288 (Top 4 %)
  • Language
    C++
  • Created about 12 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

RCSwitch implementation for the Raspberry Pi

NOTE

This repository is currently unmaintained. I recommend you to use or switch to a maintained library instead.

About

rcswitch-pi is for controlling rc remote controlled power sockets with the raspberry pi. Kudos to the projects rc-switch and 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 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.