From bab1b81f9b5a5738b41ecd9070fd7ab3073e1c18 Mon Sep 17 00:00:00 2001 From: consti10 Date: Mon, 21 Aug 2023 02:17:43 +0200 Subject: [PATCH] document --- executables/example_pollute.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/executables/example_pollute.cpp b/executables/example_pollute.cpp index 6244c51b..256ab91c 100644 --- a/executables/example_pollute.cpp +++ b/executables/example_pollute.cpp @@ -9,14 +9,8 @@ #include "RandomBufferPot.hpp" /** - * Simple demo application that sends out hello messages and listens for hello messages. - * You can run it either on 2 different systems (air unit and ground unit) - * or run it on the same system with 2 different wifi cards for testing. - * - * On success, you should see the air unit talking to the ground unit and vice versa. - * - * NOTE: Card(s) need to be in monitor mode & on match on the selected frequency ! - * NOTE: This example is as simple as possible, and therefore doesn't even need to use the WBStreamTX / WBStreamRX pair + * Simple demo application that pollutes a given wifi space + * with a lot of packets with a non-openhd fixed MAC address. */ int main(int argc, char *const *argv) { std::string card="wlx244bfeb71c05";