# Katee/quietnet

Simple chat program that communicates using inaudible sounds

Repository: https://github.com/Katee/quietnet
Canonical: https://ross.abutalabs.com/products/quietnet
Homepage: https://kate.io/
Language: Jupyter Notebook
License: MIT
License Family: permissive
Topics: python, toy, demo
Last push: 2017-10-14T23:52:30+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4688, "days_push": 3245, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2941, forks 199 (observed 2026-08-28T04:07:31.067423+00:00)

## What it is
Quietnet is a simple Python chat program that transmits text between machines using near-ultrasonic sound frequencies, requiring no WiFi or Bluetooth. It is explicitly a toy/demo project built on pyaudio and NumPy, last released in 2017.

## Use cases
- send text between computers using sound instead of wifi or bluetooth
- communicate without network traffic showing up in a pcap
- experiment with ultrasonic data transmission in python
- demo of data-over-sound communication
- chat between two terminals on the same machine via audio

## When to choose
- you want a minimal, hackable python demo of ultrasonic data transmission
- you need communication that leaves no network traces and uses no radio hardware
- you're learning how audio-based signaling works

## When to avoid
- you need a robust, production-grade data-over-sound solution (use quiet-js, minimodem, or gnuradio)
- your speakers or microphones can't handle near-ultrasonic frequencies
- you need fast or reliable message delivery - transmission has noticeable delays
- you need an actively maintained project

## Facets
- artifact type: application
- maturity: abandoned
- function: audio-processing, chat-interface, cli
- domain: developer-tools
- platform: python, cli, cross-platform
- tags: ultrasonic-communication, data-over-sound, toy-project, pyaudio, near-ultrasonic, audio, command-line

## Member repositories
- Katee/quietnet (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:31.067423+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:32:56.727669+00:00, confidence not recorded.
  - readme: https://github.com/Katee/quietnet (fetched 2026-08-28T04:07:31.067423+00:00, sha cd5617f16195)
  - homepage: https://kate.io/ (fetched 2026-08-29T09:48:14.800490+00:00, sha 1cf42a2cfa87)
- Data as of 2026-08-30T08:39:29.467469+00:00.
