little stuff

This commit is contained in:
2025-10-28 14:47:08 -05:00
parent 957e929a4e
commit c0e184b39e
3 changed files with 15 additions and 4 deletions

View File

@@ -1,8 +1,18 @@
# skitter # skitter!
"skitter" *intransitive verb* "To pass or glide lightly or with quick touches at intervals; to skip; to skim." "skitter" *intransitive verb* "To pass or glide lightly or with quick touches at intervals; to skip; to skim."
*from the GNU version of the Collaborative International Dictionary of English.* *from the GNU version of the Collaborative International Dictionary of English.*
`skitter` is an easy way to snoop on many low-activity radio channels without expensive equipment,
designed for use with the low-cost software-defined radio platform RTLSDR.
See `skitter --help` to learn how to use it.
![help page screenshot](sc.png) ![help page screenshot](sc.png)
# Installation
You will need the `pyproject-build` command.
It is available through the [build](https://github.com/pypa/build) package for Python.

BIN
sc.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 KiB

After

Width:  |  Height:  |  Size: 312 KiB

View File

@@ -7,7 +7,6 @@ def print_help():
"""print help""" """print help"""
NAME = "skitter.py" NAME = "skitter.py"
VERSION = "0.0.0" VERSION = "0.0.0"
BANNER = '''\x1b[34m BANNER = '''\x1b[34m
▗▖ █ ▄ ▗▖ █ ▄
▐▌ ▀ ▐▌ ▐▌ █ ▐▌ ▀ ▐▌ ▐▌ █
@@ -18,6 +17,8 @@ def print_help():
▀▀▀ ▝▘ ▀▘▝▀▀▀▘ ▀▀ ▀▀ ▝▀▀ ▀ ▀ ▀▀▀ ▝▘ ▀▘▝▀▀▀▘ ▀▀ ▀▀ ▝▀▀ ▀ ▀
\x1b[0m''' \x1b[0m'''
USAGE = f''' USAGE = f'''
Rapidly sweep through many radio channels and record interesting activity.
SYNOPSIS SYNOPSIS
{NAME} [--band=|-b FREQ] [--out-directory=|-o DIR] [--squelch=|-s LEVEL] [--rate=|-r SPEED] {NAME} [--band=|-b FREQ] [--out-directory=|-o DIR] [--squelch=|-s LEVEL] [--rate=|-r SPEED]
{NAME} [--help|-h] {NAME} [--help|-h]
@@ -50,7 +51,7 @@ def print_help():
-h -h
Print this message and exit. Print this message and exit.
Examples EXAMPLES
{NAME} -r 300 {NAME} -r 300
Sweep through default range and change channels every 300 milliseconds. Sweep through default range and change channels every 300 milliseconds.