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

Config file #14

Closed wgreenberg closed 8 months ago

wgreenberg commented 8 months ago

As we add more features, we'll wanna be able to config things like the log level/location, debug mode, etc. I propose having a TOML based config file at like /data/wavehunter/config.toml, which we can read/parse into a struct using https://docs.rs/toml/latest/toml/

wgreenberg commented 8 months ago

Implemented by #17