Record messages from a ZMQ pub socket and play back messages.
Find a file
2025-04-07 09:52:42 +02:00
pyproject.toml ZMQ sub recording and a playback publisher 2025-04-07 09:52:42 +02:00
README.md ZMQ sub recording and a playback publisher 2025-04-07 09:52:42 +02:00
record_playback.py ZMQ sub recording and a playback publisher 2025-04-07 09:52:42 +02:00
record_sub.py ZMQ sub recording and a playback publisher 2025-04-07 09:52:42 +02:00
uv.lock ZMQ sub recording and a playback publisher 2025-04-07 09:52:42 +02:00

  • 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.