ac2cz / pi_pacsat

Open source implementation of the Pacsat protocol based on public documents. Designed to run on a Linux computer using Direwolf as the TNC
4 stars 0 forks source link

Every disk write should fail safely #18

Closed ac2cz closed 5 months ago

ac2cz commented 8 months ago

E.g. if power lost we should be in a known safe state. Each write should be atomic. Writes to state file should be to a temp file with last operation a rename.

ac2cz commented 5 months ago

Duplicate of #25