465 B
465 B
emt-zmq
Interactive ZeroMQ terminal tool for debugging ZMQ PUSH and REP sockets.
Features
- Downlink (PUSH) on port 6002 — send messages to connected PULL sockets
- Uplink (REP) on port 6001 — receive requests and send replies
Usage
go run main.go
- Type a message and press Enter to send on the selected channel
- Press Tab to cycle between push and rep channels
- Press Ctrl+C to exit
Messages are displayed in hex encoding.