An open API service indexing awesome lists of open source software.

https://github.com/arkhipenko/persistentqueue

Implementation of a queue that persists messages to flash
https://github.com/arkhipenko/persistentqueue

Last synced: 6 months ago
JSON representation

Implementation of a queue that persists messages to flash

Awesome Lists containing this project

README

          

# Persistent Queue
### Implementation of a queue that persists messages to flash.
#### Version 1.0.0: 2024-06-27

Implementation of a queue that persists messages to flash. Messages could be retrieved in oldest-first or newest-first manner.
Supports both SPIFFS and LittelFS file systems. Could be enhanced to support SD FatFS.