clasp-embedded
Embedded/no_std support for CLASP (Creative Low-Latency Application Streaming Protocol).
Features
- no_std Compatible - Works without the standard library
- Minimal Footprint - Optimized for resource-constrained devices
- ESP32/ARM Support - Tested on common embedded platforms
Usage
use ClaspEmbedded;
Memory Requirements
- Minimum RAM: ~4KB
- Flash: ~20KB (with all features)
Supported Platforms
- ESP32 (Xtensa)
- ARM Cortex-M (thumbv7em)
- RISC-V
Documentation
Visit clasp.to for full documentation.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Maintained by LumenCanvas | 2026