Skip to content

Conversation

@Tomm0017
Copy link
Collaborator

@Tomm0017 Tomm0017 commented Nov 11, 2025

Adds a simple system that provides [BinaryProcessor.fromFile] and [BinaryProcessor.fromFolder] to parse
binary logs and produce [ProcessedBinarySession]s. Each session exposes the file path, binary header, and a
list of [IncomingGameMessage]s. Sessions can be further aggregated into a [TimestampedBinarySession],
which maps messages by the game tick they were sent or received.

Note: RSProx transcriber maintains some internal state (e.g., tracking the player's viewport to offset local
coordinates). This functionality can be layered on top of this system in the future if needed.

@Z-Kris Z-Kris merged commit be20fd6 into blurite:master Nov 11, 2025
4 checks passed
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.

2 participants