MITHaystack / digital_rf

Read, write, and interact with data in the Digital RF and Digital Metadata formats
Other
97 stars 30 forks source link

python: Add option to force polling for watchdog functions. #10

Closed ryanvolz closed 4 years ago

ryanvolz commented 4 years ago

The default watchdog observer might not always work (perhaps depending on the filesystem), sometimes failing silently and causing ringbuffer and mirror to appear to do nothing. This adds an option to the affected classes and command line tools to force polling the filesystem for changes, which should always work as a backup option.