analyze_message
Analyze a single CAN message ID by calculating per-byte entropy, detecting counters and checksums, and identifying signal candidates from captured frames.
Instructions
Deep-analyze a single CAN message ID across all captured frames. Reports per-byte entropy, counter/checksum detection, and signal candidates.
Args: can_id: CAN message ID in decimal (e.g. 1234) or use int('0x4B0', 16).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| can_id | Yes |