WAVE_LAB_DL0V1

🌀 DemonLion Wave Lab – DL0V1

Real-Time Mic • Camera Motion • RF (WiFi) Wave Visualiser

The DemonLion Wave Lab is a multi-sensor, real-time wave visualisation system that merges audio, optical, and radio signals into a unified oscilloscope-style interface.

It allows you to see how the world of waves behaves — sound waves, camera motion, and WiFi RF fields — forming the foundation of:

This is DL0V1 — the first experimental build.


🚀 Features

🎤 Wave 1 — Microphone (Audio Energy)

📸 Wave 2 — Camera Motion

🔮 Wave 3 — Synthetic Sine Wave

📡 Wave 4 — WiFi RSSI (Radio Signal Strength)

🧬 Merged Wave

Combine waves using:


📁 Project Structure

WAVE_LAB_DL0V1/
│
├── demonlion_wave_lab_full.html     # Main frontend interface
├── wifi_wave_server.py              # Python backend for WiFi RSSI
├── camera_wave.html                 # Minimal camera motion test
├── README.md                        # Project documentation
└── .gitignore (optional)

🧠 How Each Wave Works

Mic Wave

Camera Motion Wave

Synthetic Wave

WiFi RSSI Wave


🛠 How to Run Locally

1️⃣ Start WiFi Server (Terminal 1)

python3 wifi_wave_server.py

You should see:

[wifi_wave_server] Starting on http://localhost:5000/wifi

2️⃣ Start Local Web Server (Terminal 2)

python3 -m http.server 8000

3️⃣ Open the Wave Lab

Navigate to:

http://localhost:8000/demonlion_wave_lab_full.html

Allow Camera + Microphone permissions.


⚠ Notes & Limitations


🔮 Future Versions (DL0V2 → DL0V3)


👤 Author

0xDL01 (DemonLion) AI • Cybersecurity • RF Sensing • Offensive Engineering MSc Artificial Intelligence & Its Applications — University of Essex

GitHub: https://github.com/0xDL01 Project Page: https://0xdl01.github.io/WAVE_LAB_DL0V1/