packetradiomap.com After getting involved in packet radio a couple years ago, I quickly though to myself how useful it would be if there were a map of network nodes so that operators could have a visualization of the nodes they could connect to. One could determine how many hops it would take to reach their […]
Category: Programming
Saving the WSPR database to PostgreSQL
I am an avid ham radio operator, and frequently have conversation with folks all around the world with less power than is required to light an incandescent light bulb. I use various modes of communication to do so, including voice, and digital methods such as Hellschreiber and Olivia. One of the modes I implement is […]
Installing py3exiv2 on macOS Catalina
I’ve been working on a Python project involving accessing image metadata and needed to install py3exiv2 on my MacBook Pro. The usual Conda install py3exiv2 or pip install py3exiv2 commands were either not finding the package, or giving me the error No .egg-info directory found. Frustrated, I tried installing the package manually, and it worked. […]