Record messages from a ZMQ pub socket and play back messages.
pyproject.toml | ||
README.md | ||
record_playback.py | ||
record_sub.py | ||
uv.lock |
- Subscribe to a ZMQ pub socket with
record_sub.py
- Playback the recorded messages by publishing them to the provided port with
record_playback.py
- Messages should be played with the same timing offsets as they were recorded. Starting after the first message.
Usefull for testing the functionality of a pubsub subsciber script.