Revisiting Packet Radio on a Raspberry Pi with Direwolf: part 2 (minimal installation)
This is a continuation of part 1 here. To summarize the required steps to setup ax25 and Direwolf for software based packet radio, here’s the minimum steps need to get up and running: Install libasound2-dev and libudev-dev: sudo apt-get install libasound2-dev sudo apt-get install libudev-dev Clone the source for Direwolf, then build and install: git …