Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Store download state in persistent memory #206

Closed
boraozgen opened this issue Apr 22, 2021 · 2 comments
Closed

Feature request: Store download state in persistent memory #206

boraozgen opened this issue Apr 22, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@boraozgen
Copy link

Downloads usually take a long time and data costs are high with low-bandwidth networks, such as NB-IoT. It would be nice to have a possibility to save the current download state to be able to continue later without needing to repeat the already downloaded blocks, e.g. in case of a reset/power loss. Is such a feature planned?

@paulbartell paulbartell added the enhancement New feature or request label Apr 23, 2021
@pvyawaha
Copy link
Contributor

Hello , The library supports resuming a download but it does not store the context in NVM memory . We are reviewing the feature requests but at this time I do not have a release data for this feature. When file blocks are received they are stored in a bitmap, resetting a bit corresponding to the file block. This needs to be stored in the NVM and restored when it boots up.

@n9wxu
Copy link
Member

n9wxu commented Dec 20, 2023

No further development will be performed on this library. See the readme.

@n9wxu n9wxu closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants