Files
btest-rs/tests
Siavash Sameni 27354108fc
All checks were successful
CI / test (push) Successful in 2m9s
Fix CPU reporting: MikroTik uses 0x80|pct encoding, add CPU to CSV
- MikroTik encodes CPU as 0x80 | percentage (high bit flag)
- Deserialize: mask with 0x7F and cap at 100
- Serialize: set high bit (0x80 | cpu) to match MikroTik format
- CSV now includes local_cpu_pct and remote_cpu_pct columns
- Both client and server write CPU to CSV

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 11:08:11 +04:00
..