~/warp — session_generator
> Initialize secure session?
// Session keys injected. Node ready for deployment.
// DEPLOY ON EACH MACHINE
01
Copy warp.py into the
folder you want to sync on each machine.
02
Create a virtual environment and install the 3 dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install paho-mqtt cryptography watchdog
03
Run the node. That's it.
python3 warp.py
// HOW IT WORKS
Any file dropped in the folder is chunked, encrypted,
and pushed over the MQTT relay. Nodes identify each other by hostname. Keys never
leave your machine. Shut it down — session is gone.