Skip to content

Instantly share code, notes, and snippets.

@dmaltsiniotis
dmaltsiniotis / SDR.md
Created March 8, 2023 04:17
A quick overview of popular SDR apps and utilities

The "S" of DR

This is a quick, non-exhaustive list of SDR applications and utilities. I know these application to work with a HackRF One SDR, and have used each one at one time or another.

For receive-based goals: If you'd like to do some basic frequency spectrum scanning/listening, there are a few of really good (free) SDR apps that come with basic de-modulators build-in such as: AM, wide-band FM, narrow-band FM, single and double side-band and more listed below.

For transmit-based goals, GNU Radio is probably the best choice because you can customize your transmission needs exactly. However, there is a steep learning curve.

Software companions to SDR hardware

@damusix
damusix / aws_iam_secret_to_smtp_password.md
Last active May 12, 2024 03:23
Convert AWS IAM credentials to AWS SMTP credentials

Convert AWS IAM credentials to AWS SMTP credentials

If you do, or want to, use AWS to deploy your apps, you will end up using AWS SES via SMTP when you're launching an app that sends out emails of any kind (user registrations, email notifications, etc). For example, I have used this configuration on various Ruby on Rails apps, however, it is just basic SMTP configurations and crosses over to any framework that supports SMTP sendmail.

There are two ways to go about this:

Luckily, you found this MD file and the NOT SO EASY WAY is suddenly copy-pasta... sudo yum....