I have been working on a wireless library for arduino. I have it working around 50 percent of the time but would like to increase its reliability. I posted to the arduino forum and will put in a link to that post.
http://forum.arduino.cc/index.php?topic=278649.0
It is for single line transmitting. Basically if the line on the transmitter goes high the line on the receiver goes high for the same amount of time. This code works but is not yet very reliable. I have looked into the RadioHead library but would like to write my own library for basic data transmission. I would appreciate any help.