Message that contains information about a publisher of data. More...
Message that contains information about a publisher of data.
message Publish
{
required string topic = 1;
required string msg_type = 2;
required string host = 3;
required uint32 port = 4;
}
///
1.7.5.1