Skip to content

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

Open
@rozxter1

Description

@rozxter1

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions