Running Direwolf on Mac vs Raspberry Pi – using a FTX-1 for Packet

I’ve been taking a look at running Direwolf on my Mac to use my new FTX-1 for some Packet Radio. I’m currently stuck trying to diagnose whether Direwolf is getting any audio or not – it’s not decoding anything so I’m suspecting it’s not. The FTX-1 over USB is working flawlessly with WSJT-X so I …

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 …