serversdwn
99d66453fe
feat: enhance session completeness tracking in s3_analyzer and seismo_lab
2026-03-11 18:48:42 -04:00
serversdwn
41606d2f31
fixL s3_analyzer noise clean up.
...
-_extract_a4_inner_frames(payload) — splits the A4 container payload into inner sub-frames using the ACK DLE STX delimiter pattern, returning (sub, page_key, data) tuples
-_diff_a4_payloads(payload_a, payload_b) — matches inner frames by (sub, page_key), diffs data byte-by-byte (with existing noise masking), and reports added/removed inner frames as synthetic entries
2026-03-11 17:31:23 -04:00
serversdwn
6be434e65f
fix: filter out SESSION START / SESSION END marks in parse_structured_bin, and also add status feedback.
2026-03-11 16:42:50 -04:00
serversdwn
6d99f86502
feat: s3_session.bin now works as index, allowing for AB comparing in same captures
2026-03-11 16:16:04 -04:00
serversdwn
154a11d057
Add s3_analyzer.py for live protocol analysis of Instantel MiniMate Plus RS-232
...
- Implement functionality to read and parse raw_s3.bin and raw_bw.bin files.
- Define protocol constants and mappings for various command and response identifiers.
- Create data structures for frames, sessions, and diffs to facilitate analysis.
- Develop functions for annotating frames, splitting sessions, and generating reports.
- Include live mode for continuous monitoring and reporting of protocol frames.
- Add command-line interface for user interaction and configuration.
2026-03-10 05:00:55 -04:00
serversdwn
a684d3e642
fix: parser no v0.2.2, uses proper frame handling, checksum for large frames still unknown.
2026-03-03 17:54:33 -05:00
serversdwn
3acb49da0c
doc: s3_parser readme added.
2026-03-03 02:37:43 -05:00
serversdwn
927aad6c1f
FIX: s3_parser.py framing/protocol now working.
2026-03-03 02:35:26 -05:00
serversdwn
9c0753f5d3
add tagline
2026-03-03 01:09:57 -05:00
serversdwn
50be6410fe
fix: parser frame logic now tracks DLE state.
2026-03-03 00:30:03 -05:00
serversdwn
9db55ffcee
feat: added raw capture pipeline. added simple windows gui.
2026-03-02 19:30:02 -05:00
serversdwn
967a5b2dad
fix: actually put the code in the parser file this time...
2026-03-02 18:21:30 -05:00
serversdwn
088e81b55d
feat: initial s3_parser build
2026-03-02 18:14:40 -05:00