lswifi icon indicating copy to clipboard operation
lswifi copied to clipboard

[info needed] feature request - improved json data storing for multiple scans

Open rozxter1 opened this issue 3 years ago • 2 comments

Running lswifi -n 100000000000 --json test.json. will keep updating test.json file with updating array on every scan. It might crash at same point because of "100000000000" scans. so would be good if there would be possibility to save each scan into its own .json file and clear lswifi memory for previous results or avoid parsing test.json file to append new data to array

There could be possibility to do template for each scan results, for example "test-%timestamp%.json" would put unix timestamp for each result

there could be command like -saveeachrun --json="test-%timestamp%.json". it would generate something like: test-1667812754.json test-1667812755.json test-1667812756.json

rozxter1 avatar Nov 08 '22 11:11 rozxter1

This issue seems related to https://github.com/joshschmelzle/lswifi/issues/26.

Have you seen a crash running lswifi with the options like above? I'm interested to know if it's working for you or if it is buggy.

joshschmelzle avatar Nov 14 '22 15:11 joshschmelzle