Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support timestamp filtering and byte object as input/output #139

Open
wants to merge 4 commits into
base: ubuntu22-py310
Choose a base branch
from

Conversation

ChunYaoChang
Copy link

This request contains two commits:

  1. Support timestamp filtering in mi2log file. Users now can pass in start_timesetamp and end_timestamp to OfflineReplayer so that it only contains logs within the start-end interval.
  2. Support byte object as input/output. For input part, I add a function set_input_file(object) in OfflineReplayer for users to pass in byte object directly. For output part, users can access the byte object via OfflineReplayer.output_bytes_object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant