Network:ZMQSocket

Last updated 5 August 2026

Network:ZMQSocket allows for all kinds of communication setups.

You have to define what kind of Socket you want to create

and to what transport protocol the node should be bound or connected to.

You'll find the full guide on ZMQ here:

https://zguide.zeromq.org/

Pin Info

Input 1: Message [String]

Input 1: Disconnect [Bang]

Input 2: TSocket [String]

Input 2: Chunk size [Int]

Input 3: Bind [String]

Input 4: Connect [String]

1-Message[String]: Sends the Message to the seleted active Socket.

1-Disconnect[Bang]: Disconnects the selected Socket, and sets it to None.

2-TSocket[String]: Sets the Socket for the ZMQ Socket.

2-Chung size[Int]: Sets the Chunk size for the selected Socket.

3-Bind[String]: Sets the Protocol and network the selected Socketis bound to and sends its messages.

4-Connect[String]: Sets the Protocol the selected Socket receivesmessages.

Output 1: Message [String]

1-Messages[String]: Emit any Message Received by the selected active Socket.