Transmit with more than 1 Mbps 802.11
Johannes Lauesen <[email protected]>
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <[email protected]> |
Hi. Sorry if you heard the question before. I want to burst data from one device to another, preferably using devices in radio tap monitor mode. I am trying the following on a rt73 based device put in monitor mode by airmon-ng InfiniteSource(DATA "LOTS OF……snip 800bytes snip ….DATA", LIMIT 10000) -> IPEncap(40, 10.10.10.10, 20.20.20.20) -> EtherEncap(0x0800, 0:0:1:1:1:1, 0:0:2:2:2:2) -> WifiEncap(0, 00:00:00:00:00:00) -> SetTXRate(RATE 22) -> RadiotapEncap -> Queue(100) -> ToDevice(mon0); Is there any obvious mistakes? Does anyone have some good reading about click and wifi? Thanks /Johannes