MegaPirateNG / FlashTool

Firmware flashing tool
GNU General Public License v2.0
15 stars 14 forks source link

Store HEX files packed #7

Closed SirAlex closed 10 years ago

SirAlex commented 10 years ago

Need to pack(gz,zip.. etc) HEX file before storing on server. Or convert it into some binary format with less size. Client must unpack it before flashing of course.

  1. It will use less hdd space on server
  2. It will reduce network bandwifth
smurfy commented 10 years ago

i had the same idea, using gz it would save around 2/3 670kb -> 230kb. I can add this as-well i think i also have a code snipped around to uncompress the file on client-side.

smurfy commented 10 years ago

I added support, you need to update your server-side to reflect the changes.

I also released 1.0rc1, inclusive binary. hopefully it will be available soon on github.