@@ -5,33 +5,35 @@ This python script uses *matplotlib* to draw a chart with the activity of each d
5
5
6
6
It opens an interactive * matplotlib* window if no output image is specified.
7
7
8
- usage: kismet_timeplot.py [-h] [-b DB] [-i [IMAGE]] [-l] [--label]
9
- [-k KNOWNMAC] [-M MIN] [-m MAC] [-p] [-r RSSI]
10
- [-s START] [--time-span TIME_SPAN] [-t [TITLE]] [-v]
11
-
12
- Plot a timeline of devices' activity as captured by kismet
13
-
14
- optional arguments:
15
- -h, --help show this help message and exit
16
- -b DB, --db DB file name of the kismet db
17
- -i [IMAGE], --image [IMAGE]
18
- output an image
19
- -l, --legend add a legend
20
- --label add a mac label for each plot
21
- -k KNOWNMAC, --knownmac KNOWNMAC
22
- known mac to highlight in red
23
- -M MIN, --min MIN minimum number of packets for device to be plotted
24
- -m MAC, --mac MAC only display that mac
25
- -p, --privacy merge LAA MAC address
26
- -r RSSI, --rssi RSSI minimal value for RSSI
27
- -s START, --start START
28
- start timestamp
29
- --time-span TIME_SPAN
30
- time span (coud be #d or ##h or ###m)
31
- -t [TITLE], --title [TITLE]
32
- add a title to the top of image (if none specified,
33
- use a timestamp)
34
- -v, --verbose be verbose
8
+ ```
9
+ usage: kismet_timeplot.py [-h] [-b DB] [-i [IMAGE]] [-l] [--label]
10
+ [-k KNOWNMAC] [-M MIN] [-m MAC] [-p] [-r RSSI]
11
+ [-s START] [--time-span TIME_SPAN] [-t [TITLE]] [-v]
12
+
13
+ Plot a timeline of devices' activity as captured by kismet
14
+
15
+ options:
16
+ -h, --help show this help message and exit
17
+ -b DB, --db DB file name of the kismet db
18
+ -i [IMAGE], --image [IMAGE]
19
+ output an image
20
+ -l, --legend add a legend
21
+ --label add a mac label for each plot
22
+ -k KNOWNMAC, --knownmac KNOWNMAC
23
+ known mac to highlight in red
24
+ -M MIN, --min MIN minimum number of packets for device to be plotted
25
+ -m MAC, --mac MAC only display that mac
26
+ -p, --privacy merge LAA MAC address
27
+ -r RSSI, --rssi RSSI minimal value for RSSI
28
+ -s START, --start START
29
+ start timestamp
30
+ --time-span TIME_SPAN
31
+ time span (coud be #d or ##h or ###m)
32
+ -t [TITLE], --title [TITLE]
33
+ add a title to the top of image (if none specified,
34
+ use a timestamp)
35
+ -v, --verbose be verbose
36
+ ```
35
37
36
38
![ Image of chart plotted with kismet_timeplot.py] ( plot.png )
37
39
0 commit comments