Private
Public Access
11
1

Update ZMQ Message Reference

2025-04-08 18:57:19 +02:00
parent 6b922cdd27
commit acb0dfe72a

@@ -4,7 +4,7 @@ This page lists the JSON strings that can be sent to the ZMQ REQ/REP port in ord
where the data can either be an empty string, or a JSON list or structure, e.g.:
`{"key1":"value1","key2":"value2","key3":"value3"}`
`["string1","string2","string3"]` or `{"key1":"value1","key2":"value2","key3":"value3"}`
Request messages are typically responded to by a simple `["status", "ok"]` response on the REQ/REP port and the publication of further data on the PUB/SUB port.