Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a task queue system #11

Open
InfamousSYN opened this issue Jan 7, 2023 · 0 comments
Open

Add a task queue system #11

InfamousSYN opened this issue Jan 7, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@InfamousSYN
Copy link
Owner

Add a task queue system that watches for new content in the json object and then uses workers to perform action. IE When a new BSSID for the parent is added, a worker then opens the pcap and iterates over the packet collection to count the total number of time the BSSID was seen and begins to search for connected clients and other similar BSSID. The number of parallel subtasks being ran at a time is controllable through argparse with a default of 2.

@InfamousSYN InfamousSYN added the feature request New feature or request label Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant