Benjamin Sterling Silver • July 02, 2024

Navigating the complexities of Software Defined Radios (SDRs) can be challenging, but using Radioconda, a virtual environment designed to manage SDR and Python packages, can help simplify the process.

Read Article
Timing in C

Elle Kelsey • September 05, 2023

In a C project focused on UDP packet transmission, the CLOCK_MONOTONIC clock was identified as the most precise and accurate option, outperforming both the initial clock() function and Python's timing modules.

Read Article
Linux Magic | Scripts

Chris Kitras • July 07, 2022

Repeating tasks by hand is really boring. Repeating tasks on a computer is insanity. Automate your Linux experience with scripts.

Read Article
Linux Magic | Output Redirection

Chris Kitras • June 24, 2022

Feeling aimless in a sea full of different Bash commands? Find direction with output redirection.

Read Article
Linux Magic | Remote Tools

Chris Kitras • June 02, 2022

Sometimes the best way to get work done is at a computer that is not your own.

Read Article
iClicker Wireless Reverse Engineering

Jon Backman • May 31, 2022

We reverse engineer the wireless communication of an iClicker remote.

Read Article
Linux Magic | Man Pages

Chris Kitras • May 19, 2022

Ever wonder why everyone on Stack Overflow is smarter than you? They read the friendly manuals.

Read Article
Linux Magic | Text Editors

Chris Kitras • May 11, 2022

Looking to join a text editor cult but never found the right one? Come take a look at this guide and see what whimsy awaits.

Read Article
Making an Embedded Python Block in GNU Radio

Dinah Bronson • May 04, 2022

This tutorial is intended to help reduce the frustration that comes with using an Embedded Python block in GNU Radio.

Read Article
Linux Magic | Shells

Chris Kitras • April 30, 2022

Learn what all the hype is about when it comes to Linux and the terminal.

Read Article