Skip to content
/ lezer Public

Share files between your phone and your linux machine thourgh HTTP.

Notifications You must be signed in to change notification settings

AYehia0/lezer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lezer

A Fast file-sharing app between Android and Linux.

Demo

Progress

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.

Todo

  • 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
    1. Linux server that listens for incoming requests (uploads/downloads)
    2. Some communication way for server to know and trust the clients maybe through a QR code.
    3. Sending files from linux to android (hmmm).
  • Secure sharing ? (HTTPS)
  • Fast sharing ? (relay, WebRTC, P2P)
  • Create a hotspot and connect to.

About

Share files between your phone and your linux machine thourgh HTTP.

Resources

Stars

Watchers

Forks

Packages

No packages published