Open
Description
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