EFForg / rayhunter

Rust tool to detect cell site simulators on an orbic mobile hotspot
GNU General Public License v3.0
19 stars 2 forks source link

wavehunter: add QMDL storage #32

Closed wgreenberg closed 7 months ago

wgreenberg commented 7 months ago

Instead of reading/writing to a single QMDL file, we now can manage a directory of several files, and have the ability to start/stop writing to them on the fly.

This commit also adds graceful exiting to the server, so we can perform cleanup steps when the server's exiting.

Fixes #19 and #24