Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 4faf303

Browse files
committed
injection: fix README
Thanks Yan Wang for clarification. Signed-off-by: Daniel Halperin <[email protected]>
1 parent e046d6f commit 4faf303

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

injection/README

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
To use this tool you must install the LORCON library from
2-
http://code.google.com/p/lorcon/
1+
You need LORCON version 1 to compile this executable.
32

4-
Example:
3+
- install libpcap-dev
4+
- download LORCONv1 from http://802.11ninja.net/svn/lorcon/branch/lorcon-old/
5+
- compile and sudo make install LORCON
6+
- make install here
57

6-
receiver:
7-
./setup_monitor_csi.sh 64 HT20
8-
sudo ../netlink/log_to_file log.dat
8+
How to use:
99

10-
transmitter:
11-
./setup_inject.sh 64 HT20
12-
echo 0x4101 | sudo tee `find /sys -name monitor_tx_rate`
13-
sudo ./random_packets 1 100 1
10+
receiver:
11+
./setup_monitor_csi.sh 64 HT20
12+
sudo ../netlink/log_to_file log.dat
13+
14+
transmitter:
15+
./setup_inject.sh 64 HT20
16+
echo 0x4101 | sudo tee `find /sys -name monitor_tx_rate`
17+
sudo ./random_packets 1 100 1

0 commit comments

Comments
 (0)