GitXplorerGitXplorer
l

scanning

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
60693677a783e007b5729f6bd79f68652127f7cb

Code added to test scan results in one channel

llmolina committed 10 years ago
Unverified
0671c497def6c8f1773cc28a5c9e1f9c681c9cac

Added the posibility to especify the random seed

llmolina committed 10 years ago
Unverified
ec3ed8614a58b73d540f6489f0b204a7925ddf41

Method getAPs now returns a vector<ProbeResponse>

llmolina committed 10 years ago
Unverified
e9a5d5b8b86f99f2aee2d38b6b950f34231a9b40

getAp returns the number of APs and not the number of ProbeResponses

llmolina committed 10 years ago
Unverified
d9e8e250f2537047d6ca8d04d9338873d4071aa0

Agregada función getAPs(int channel, int min, int max) a la clase ScanningCampaing para obtener el número de APs dados los parámetros y considerando la función timeBetweenResponses(channel, responseNumber) nueva.

committed 10 years ago
Unverified
742c1641be9554ace684a757031164f96e887cff

Now the timeBetweenResponses takes into account the prob of no response

llmolina committed 10 years ago

README

The README file for this repository.

To compile:

$ g++ -o test_scan test_scan.cpp scan.cpp -lsqlite3 -std=c++11 $ g++ -o test_campaign test_campaign.cpp scan.cpp -lsqlite3 -std=c++11

$ g++ -o test_getap test_getap.cpp scan.cpp -lsqlite3 -std=c++11

To execute: $ ./test_scan test_18.1.db full $ ./test_campaign test_18.1.db full

Repite 50 consultas a la función getAPs(int channel, int min, int max) $ ./test_getap database.db full