sicrisembay / littlefs_c2000

Example project of LittleFS on C2000 microcontroller
0 stars 0 forks source link

Suggestion #2

Open hagibr opened 1 year ago

hagibr commented 1 year ago

Hello, I saw your post on LittleFS and I was already searching for some implementation of XMODEM/YMODEM to use on my projects. I'm gonna dig your code to make some adaptions for my project (I don't use FreeRTOS-Plus-CLI, my preference is for NT-Shell). That said, I managed to use LZFX (https://github.com/janding/lzfx or other github forks based on the old http://lzfx.googlecode.com) and I can say that it works very nice with LittleFS, when compressing/decompressing full files. I couldn't make a way to store/retrieve my log data directly in compressed files, I think the necessary abstraction layer to make this is more than I'm able to do, but the approach of compressing individual log files when they are not used was very satisfactory.

sicrisembay commented 1 year ago

@hagibr let me know if you find any issue/bug on my existing implementation. As for LZFX, I'm not familiar with it and for now, I don't have use-case for it. I'll keep this in mind, LZFX use-case may arise in the near future. Thanks for the suggestion.

Currently, I'm looking at google protobuf stored in a file.