An offline-first LAN file drop utility for quick ad‑hoc sharing on a home or office network. No accounts, no cloud — just open the app, drop files, and nearby peers on the same LAN can pick them up.
This repo mimics a solo side‑project cadence with iterative commits.
- Zero-config discovery on LAN
- Simple HTTP UI to drop/pick files
- Temporary storage with auto-cleanup
- Cross‑platform (Python 3.10+)
Early scaffold. CLI and discovery stubbed; HTTP handler coming next.
python -m landrop.cli --help
lan-drop init --dir ./shared
lan-drop drop ./somefile.txt --to ./shared
lan-drop serve-http --dir ./shared --port 8765
MIT