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

Commit

Permalink
injection: fix README
Browse files Browse the repository at this point in the history
Thanks Yan Wang for clarification.

Signed-off-by: Daniel Halperin <[email protected]>
  • Loading branch information
dhalperi committed May 16, 2012
1 parent e046d6f commit 4faf303
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions injection/README
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
To use this tool you must install the LORCON library from
http://code.google.com/p/lorcon/
You need LORCON version 1 to compile this executable.

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

receiver:
./setup_monitor_csi.sh 64 HT20
sudo ../netlink/log_to_file log.dat
How to use:

transmitter:
./setup_inject.sh 64 HT20
echo 0x4101 | sudo tee `find /sys -name monitor_tx_rate`
sudo ./random_packets 1 100 1
receiver:
./setup_monitor_csi.sh 64 HT20
sudo ../netlink/log_to_file log.dat

transmitter:
./setup_inject.sh 64 HT20
echo 0x4101 | sudo tee `find /sys -name monitor_tx_rate`
sudo ./random_packets 1 100 1

0 comments on commit 4faf303

Please sign in to comment.