Docker, RF, SDR, Software

Creating a WiFi Monitor with a Kismet Docker Container

In my quest to become more familiar with Docker I decided to create a container to run another wireless radio software called Kismet. Kismet is a wireless network and device detector, sniffer, wardriving tool, and WIDS (wireless intrusion detection) framework. Kismet works with Wi-Fi interfaces, Bluetooth interfaces, some SDR (software defined radio) hardware like the… Continue reading Creating a WiFi Monitor with a Kismet Docker Container

SDR, Software

Python Digital Phosphor Display with DearPyGui

The goal of the Intensity graded FFT project did not initially include a GUI aspect as I felt that the GNURadio Fosphor module provides an amazing spectrum display, but as I was programming I came across an interesting library that claims to provide a simple but powerful python GUI experience. https://teaandtechtime.com/python-intensity-graded-fft-plots/ Previous post on Intensity… Continue reading Python Digital Phosphor Display with DearPyGui

SDR, Software

Python Intensity Graded FFT Plots

Ever seen those beautiful images Real-Time Spectrum Analyzers produce that show the FFT as an intensity graded persistence display? Well, I wanted to create a plotting tool that would allow you to create high-resolution static imagery for signals. There is already an amazing tool aptly named Fosphor for GNURadio that is capable of real-time plotting… Continue reading Python Intensity Graded FFT Plots