A Fast file-sharing app between Android and Linux.
Throw a HTTP server, access it via IP address (2 machines should be connected to the same network).
- Visit
http://<IP>:<PORT>/browse
from the phone by scanning the QR code. - Browse the files and choose one to download.
- What Android uses to share files (the fastest way).
- How to share files between android and linux ?
- Well the idea is easy, but idk how to achieve it. So far what I know is that we need to have a
- Linux server that listens for incoming requests (uploads/downloads)
- Some communication way for server to know and trust the clients maybe through a QR code.
- Sending files from linux to android (hmmm).
- Secure sharing ? (HTTPS)
- Fast sharing ? (relay, WebRTC, P2P)
- Create a hotspot and connect to.