...
- A Raspberry Pi 3 Model B+ or a newer model
- A micro SD card with at least 16GB
- WiFiMon Raspberry Pi operating system image (Installation option 1) or Raspberry Pi with installed Raspberry Pi OS (Installation option 2)
...
Follow the instructions at the official Raspberry Pi site. Skip the "Download the image" step and use the WiFiMon Raspberry Pi operating system image instead (download size is approx. 3 GB).
...
Code Block | ||
---|---|---|
| ||
cd /etc/apt/sources.list.d/ curl -o perfsonar-release.list http://downloads.perfsonar.net/debian/perfsonar-release.list curl http://downloads.perfsonar.net/debian/perfsonar-official.gpg.key | apt-key add - sudo apt update sudo apt install perfsonar-tools |
...