Skip to content

Add Session Saving / Resume Functionality #50

@Y0sS3F

Description

@Y0sS3F

Summary
It would be very useful if the tool could save the state of a scan session and allow resuming later from the exact point it was stopped.
Problem
Currently, if a scan is interrupted (e.g., system shutdown, user stop, crash), the process must be restarted from the beginning. This wastes time and resources for a long scan.
Proposed Solution
• Implement a session-saving mechanism that records progress (e.g., last scanned MAC address, results so far)
• Provide a way to load a saved session and continue scanning from where it left off
• Ideally, sessions could be stored in a simple file format (JSON, SQLite, etc.) for portability and easy management
Benefits
• Saves time by avoiding repeated scans
• Improves usability for long-running tasks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions