uCautomation / plant-watering-system

Automated plant watering system
MIT License
0 stars 0 forks source link

Use BSD Checksum for the GeneROMst checksum and add a magic/version to entries #2

Closed eddyp closed 3 years ago

eddyp commented 4 years ago

The BSD checksum is simple enough to implement and is can have a size adapted to the available space. For the first version, use https://en.wikipedia.org/wiki/BSD_checksum and add a magic or version to entries, so, if later changes are needed, transition could be done without needing to erase the older entries.

eddyp commented 3 years ago

As there no implementation now, to close this is enough to document we want to consider BSD checksum as first option.