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
- Host: GitHub
- URL: https://github.com/arkhipenko/persistentqueue
- Owner: arkhipenko
- License: bsd-3-clause
- Created: 2024-06-27T15:18:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T19:44:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T07:22:38.104Z (over 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.