Posted 05 January 2014 - 09:26 AM
                Relay Network Protocol (RNP) is a simple peer-to-peer network protocol, created by ericjet91, who kindly asked me to post this on the forums for him. RNP is available in API form as well as a relay using the specification (RNPRelay).
To receive messages:
RNPRelay
                
                    Documentation
To load the API (if you saved it as "RNP"), just use:
os.loadAPI("RNP")
RNP.start()
RNP.broadcast(string type, string src, string dest, dat)
To receive messages:
RNP.receive(type)
{ string type, string source, string dest, table step, dat }Programs using RNP
If anyone develops a program using RNP, PM me a link to the forum post and I'll add it to the list.RNPRelay
Edited on 05 January 2014 - 09:02 AM
                
            