Trusted Platform Modules on Windows
Two Line Elements (TLE)
BPSK – Phasor
GNU Radio Introduction
About GNU Radio GNU Radio is one of the primary tools used for studying, decrypting, and generating radio communications. GNU Radio is both a Python library and graphical front end for generating python radio programs. Users create programs by dragging blocks onto a workspace and connecting block outputs into block…
APT Decode
APT stands for automatic picture transmission–a form of radio communication to send black and white images over an analog audio channel modulated in FM. Many weather satellites such as NOAA-15, NOAA-18, and NOAA-19 broadcast live images of Earth using the APT format. You can find out more about this type…
Simple WebGL Background Animation
When I created this site, I wanted to add an animated background. Here’s how I did it. First, here’s the javascript in full. And to add the background to the site, add the following CSS code: Finally, this HTML. How does this work Much of this javascript sets up the…
Vulnhub: Raven 2
Simple VMWare Start Script
I generally try to avoid commercial software while running Linux. However, sometimes I just have to run VMWare. I particularly do not like how VMWare adds a bunch of unnecessary network interfaces at all times. Plus, its services are fairly resource intensive. So, I wrote a simple script to start…