Skip to content

Commit 98ea916

Browse files
committed
Documentation update
1 parent 499d322 commit 98ea916

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,32 @@ Track mode allows you to specify some number of MAC addresses to watch, and if a
173173

174174
In this particular example, I was watching a security camera to determine when it was uploading a video (indicating motion was detected) so that I could turn on my security system sirens (which was the original genesis of this project).
175175

176+
### Example: Track mode with foxhunt plugin
177+
178+
trackerjacker -i wlan1337 --track --trigger-plugin foxhunt
179+
180+
Displays a curses screen like this:
181+
182+
POWER DEVICE ID VENDOR
183+
======= ================= ================================
184+
-82dBm 1c:1b:68:35:c6:5d ARRIS Group, Inc.
185+
-84dBm fc:3f:db:ed:e9:8e Hewlett Packard
186+
-84dBm dc:0b:34:7a:11:63 LG Electronics (Mobile Communications)
187+
-84dBm 94:62:69:af:c3:64 ARRIS Group, Inc.
188+
-84dBm 90:48:9a:34:15:65 Hon Hai Precision Ind. Co.,Ltd.
189+
-84dBm 64:00:6a:07:48:13 Dell Inc.
190+
-84dBm 00:30:44:38:76:c8 CradlePoint, Inc
191+
-86dBm 44:1c:a8:fc:c0:53 Hon Hai Precision Ind. Co.,Ltd.
192+
-86dBm 18:16:c9:c0:3b:75 Samsung Electronics Co.,Ltd
193+
-86dBm 01:80:c2:62:9e:36
194+
-86dBm 01:00:5e:11:90:47
195+
-86dBm 00:24:a1:97:68:83 ARRIS Group, Inc.
196+
-88dBm f8:2c:18:f8:f3:aa 2Wire Inc
197+
-88dBm 84:a1:d1:a6:34:08
198+
199+
200+
* Note that `foxhunt` is a builtin plugin, but you can define your own plugins using the same Plugin API.
201+
176202
### Example: Track mode with trigger plugin
177203

178204
$ trackerjacker --track -m 3c:2e:ff:31:32:59 --threshold 10 --trigger-plugin examples/plugin_example1.py --channels-to-monitor 10,11,12,44 --trigger-cooldown 1

trackerjacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__author__ = "Caleb Madrigal"
88
__email__ = "[email protected]"
99
__license__ = "MIT"
10-
__version__ = "1.3.3"
10+
__version__ = "1.3.4"

0 commit comments

Comments
 (0)