From: Andrew Elder Date: Thu, 4 Oct 2012 12:48:35 +0000 (-0400) Subject: mrpd: add start of documenation X-Git-Tag: submit/tizen/20130820.101009~36^2^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c72414d43f230734b78d74feec1bc38b46690b00;p=profile%2Fivi%2FOpenAVB.git mrpd: add start of documenation --- diff --git a/daemons/mrpd/readme.rst b/daemons/mrpd/readme.rst new file mode 100644 index 0000000..1ea2cbc --- /dev/null +++ b/daemons/mrpd/readme.rst @@ -0,0 +1,33 @@ + +==================================== +MMRP, MVRP, MSRP documentation +==================================== + +General command string format +============================= + +CCC:X=12233,Y=34567 + +where CCC is the 3 character command and X and Y are parameters followed by their values. + + +MSRP +==== + +S??: query MSRP Registrar database + +S+?: (re)JOIN a stream + +S++: NEW a stream + +S--: LV a stream + +S+L: Report a listener status + +S-L: Withdraw a listener status + +S+D: Report a domain status + +S-D: Withdraw a domain status + +