Commit Graph

17 Commits

Author SHA1 Message Date
Matteo Cypriani 2f84754392 [scripts] AggCheck: fix for recent perl versions 2018-04-13 19:36:59 +02:00
Matteo Cypriani 759db45a50 A few old cosmetic changes 2016-11-03 22:00:33 -04:00
Matteo Cypriani bc6ec14fa8 Update COPYRIGHT.t2t URL 2016-11-03 22:00:33 -04:00
Matteo Cypriani e51a8d4f1b [scripts] AggCheck: detect duplicated timestamps
owlps-aggcheck uses the timestamp alone to identify requests, which
causes problem in case two requests have the same timestamp. This commit
allows the script to detect duplicated timestamps, and documents the
bug.
2014-07-24 12:38:29 -04:00
Matteo Cypriani 8c5e8c62f6 [scripts] AggCheck: -n prints transmitters
When called with -n, owlps-aggcheck now prints the transmitter of each
request as the first column.
2014-07-24 12:38:29 -04:00
Matteo Cypriani 703e78ff1a [scripts] Add CMakeLists.txt (install files)
Add installation targets for the scripts and Perl modules.
2013-09-23 17:03:51 -04:00
Matteo Cypriani 935b77e114 [scripts] AggCheck: -n prints total nb of packets 2013-09-23 16:10:52 -04:00
Matteo Cypriani 725d804bc2 [scripts] *.pl: fix synopsis' typesetting 2013-09-23 16:10:51 -04:00
Matteo Cypriani 3bc4c3bb8d [scripts] AggSetCoord: document batch processing
Add an example of shell script to set different coordinates at multiple
line ranges in a single aggregation file.
2013-09-23 16:10:51 -04:00
Matteo Cypriani e56a718b22 [scripts] AggSetCoord: -I option (backup suffix) 2013-09-23 16:10:51 -04:00
Matteo Cypriani 1307ac6dc5 [scripts] AggSetCoord: -i option (in-place) 2013-09-23 16:10:51 -04:00
Matteo Cypriani 1ffbe7a8c1 [scripts] AggSetCoord: -l option (select lines) 2013-09-23 16:10:51 -04:00
Matteo Cypriani 37b8157bc6 [scripts] AggSetCoord: -c option (fixed coords) 2013-09-23 16:10:51 -04:00
Matteo Cypriani 98a3e04c89 [scripts] AggSetCoord: -m option (client MAC) 2013-09-23 16:10:51 -04:00
Matteo Cypriani 0addbc2a0f [scripts] Add AggSetCoord
Add the script owlps-aggsetcoord.pl, which allows to filter an
aggregation file and interpolate the coordinates already present in it.
2013-09-23 16:10:51 -04:00
Matteo Cypriani 9073013997 [scripts] Add OwlPS::{CSV,TimeInterpolation}
Add Perl modules OwlPS::CSV and OwlPS::TimeInterpolation.
2013-09-23 16:10:51 -04:00
Matteo Cypriani 8ef5a55b07 [scripts] Add AggCheck (owlps-aggcheck.pl)
Add owlps-aggcheck.pl in the new scripts/ directory. As its name
indicates, this script allows one to analyse an aggregation file in
various ways: print human-readable information, extract signal strength
distribution, or extract the number of packets per request and per
capture point.
2013-09-23 16:10:27 -04:00