Skip to content

Commit

Permalink
Doc: README: Add pybind11-dev and python3-dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Wahl <[email protected]>
  • Loading branch information
nrwahl2 committed Nov 21, 2023
1 parent b92df59 commit 56a5343
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,13 @@ A diagram of the process is available [here](https://drive.google.com/file/d/1OS
- 2 Linux devices (Raspberry Pi, BeagleBone Black, laptop, etc.)
- 2 WiFi adapters that support monitor mode (tested with Atheros AR9271)
- [CMake](https://cmake.org/)
- [`libpcap-dev`](https://www.tcpdump.org/), [`libgpiod-dev`](https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/), [`iw`](https://wireless.wiki.kernel.org/en/users/documentation/iw), [`ip`](https://linux.die.net/man/8/ip)
- [Python 3.6](https://www.python.org/) or higher (for test scripts)
- [`ip`](https://linux.die.net/man/8/ip)
- [`iw`](https://wireless.wiki.kernel.org/en/users/documentation/iw)
- [`libgpiod-dev`](https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/)
- [`libpcap-dev`](https://www.tcpdump.org/)
- [`pybind11-dev`](https://github.com/pybind/pybind11)
- [Python 3.6](https://www.python.org/) or higher and `python3-dev` (for tests
and bindings)

## Building

Expand Down Expand Up @@ -217,4 +222,4 @@ python test/sweep.py --code-rate | -c [min] [max] [step]
--output | -o [output directory path]
```

This will perform all combinations of code rates, error rates, and packet loss rates (offline) and save the outputs in subdirectories in the specified output directory.
This will perform all combinations of code rates, error rates, and packet loss rates (offline) and save the outputs in subdirectories in the specified output directory.

0 comments on commit 56a5343

Please sign in to comment.