___
~~~~~|~~~ FLUG-OS
___--~~~~~---__ ~~~~~ |
___--~~ ~~--__ ~~~|~~~ {-1, 0, +1}
| | ~~~~|~~~~
| FLUG-OS | |
| Fluid Operating Sys | | ~~~~~~
| 802.11 Packet-Wave | | ~~
| Sampler | |~
|________________________| ~~|~~
| | ~~~~ |
| ESP8285 | ~~~~~~|
| Flipper Zero | ~~~~
| WiFi v1 |~~
|________________|
802.11 packet-wave sampler for the Flipper Zero WiFi Module
RSSI → amplitude · Frame type → frequency · Sine kernel → universal threshold
Turns your Flipper Zero WiFi Module into a raw 802.11 wave sampler. Every WiFi packet becomes a musical note through the universal sine kernel K(u)=sin(πu)/(πu). RSSI becomes amplitude. Frame type becomes frequency. Packet density drives the threshold domain: {-1, below critical | 0, at critical | +1, above}.
Aligned with axiomquant.org — five threshold domains sharing the same phase transition structure: Erdős graph β₁, BitNet ternary γ, Markowitz λ, Black-Scholes σ, Rényi dyadic β.
pip3 install platformio
git clone https://github.com/8b-is/FLUG-OS.git cd FLUG-OS pio run -e esp8285
pio run -e esp8285 -t upload
screen /dev/tty.usbserial-XXXX 115200
mode wave # hear the spectrum ch 6 # set channel hop # sweep all channels
| Command | What it does |
|---|---|
ch 6 | Set channel (1–13) |
hop | Toggle channel hopping (1s per channel) |
mode raw | RSSI density type domain kernel — 5 floats |
mode wave | Synthesized sine wave sample |
mode json | Structured JSON with musical parameters |
filter mgmt | Show only management frames |
filter data | Show only data frames |
filter all | Show everything (default) |
stats | Capture statistics |
reset | Reset counters |
# raw mode — 5 floats per packet ~ 0.750 0.320 2 1 0.9231 # wave mode — 3 floats per packet ~ 0.4231 1 0.9231 # json mode — structured ~ {"rssi":0.750,"density":0.320,"domain":1,"kernel":0.9231}
Part of the 8b-is constellation:
| Node | Layer |
|---|---|
| HF-MAC{-1,0,+1} | Native macOS Hugging Face client |
| entheai | Agent with MEM8 wave memory |
| ayeOS | Ternary matrix inference daemon |
| MLX-QUANT | Metal GPU ternary kernels |
| FLUG-OS | 802.11 packet-wave sampler |
Firmware releases are dual-signed with ML-DSA-65 (FIPS 204, Dilithium) and SLH-DSA (FIPS 205, SPHINCS+) per NIST standards finalized August 13, 2024. Reference →