proto/source/bhome_msg.proto
@@ -25,6 +25,8 @@ kMsgTypePublish = 3; kMsgTypeSubscribe = 4; kMsgTypeUnsubscribe = 5; kMsgTypeQueryTopic = 6; kMsgTypeQueryTopicReply = 7; } message DataPub { @@ -35,3 +37,20 @@ message DataSub { repeated bytes topics = 1; } message DataRequest { bytes topic = 1; bytes data = 2; } message DataReply { bytes data = 1; } message DataQueryTopic { bytes topic = 1; } message DataQueryTopicReply { BHAddress address = 1; }