Expand description
McuBoot Ping Packet Implementation
This module provides structures and functionality for handling McuBoot ping packets. Ping packets are used to verify communication with the target device and retrieve basic information about the bootloader version and capabilities.
The ping mechanism is a simple request-response protocol where the host sends a ping packet and the target responds with version and options information. This is the first communication performed when establishing a connection with a McuBoot-enabled device.
Structsยง
- Ping
- McuBoot ping packet structure
- Ping
Response - McuBoot ping response packet structure