| Crates.io | airfrog-rpc |
| lib.rs | airfrog-rpc |
| version | 0.1.1 |
| created_at | 2025-09-06 08:19:55.23748+00 |
| updated_at | 2025-09-06 08:26:29.542713+00 |
| description | RPC support for co-processing using debug protocols |
| homepage | |
| repository | https://github.com/piersfinlayson/airfrog-rpc |
| max_upload_size | |
| id | 1826878 |
| size | 59,624 |
A crate to perform remote procedure calls and reading/writing between controllers and targets over SWD and other debug protocols.
Airfrog-rpc provides a robust, bidirectional communication protocol between an SWD controller and target microcontroller. Unlike debugging tools, this enables the controller and target to function as a co-processing pair of MCUs, each handling commands and returning results reliably over a channel usually used for debug purposes.
no-std target implementationSee the crate documentation.