You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: