This fork is set up to modify rcswitch-pi to be able to use some other protocols, especially the one used in the Intertechno IT-1500. To this end, I modified both the send.cpp and the RCSwitch.cpp to enable more protocols.
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.
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.