aboutsummaryrefslogtreecommitdiff
path: root/docs/stats_binary_frames.md
AgeCommit message (Collapse)Author
2026-01-29Add recv_errors to CMD_GET_STATS STATS_TYPE_PACKETS responseagessaman
Append uint32_t recv_errors (RadioLib receive/CRC errors) to packet stats binary frame. Frame size 26 -> 30 bytes. Update stats_binary_frames.md and Python/TypeScript parsing examples for backward compatibility (accept >=26).
2025-11-17Modify CMD_GET_STATS with sub-types for core, radio, and packet statistics. ↵agessaman
Consolidated to a single RESP_CODE_STATS with a second byte to identify response structure. Updated documentation and examples to reflect the new command structure and response parsing.
2025-11-09Update statistics handling to use binary frames instead of JSON formatting ↵agessaman
for consistency with other companion commands. Added documentation of frame structure with code examples.