Spyke
opensource·Open SourcebyIm28xwa

I am building a file transfer app purpose built for Linux and Android

This is a personal passion project of mine, it is still in its early infancy (many core features are still missing) and the development is slow but deliberate.

why should I care?

if you care about speed and deep integration with the OS this project might be of interest to you.

why?

Wireless file sharing between my devices is still unnecessarily slow, half-baked, and unintuitive. Direct-Share is my attempt to build a file transfer tool that makes local file transfer more seamless than:

  • Android ↔ Android (Nearby Share / Quick Share)
  • Apple AirDrop
  • LocalSend
  • Blip

…but for Linux desktops and Android phones, using Wi-Fi Direct.

what?

  • Python, GTK4/Libadwaita on Linux
  • Kotlin, jetpack compose on Android

if you want to stay up to date with the project or want to know or read more, you can take a look at the GitHub repo

I am building a file transfer app purpose built for Linux and Androidhttps://github.com/5wHN28Dg/Direct-ShareOpen linkView original on lemdro.id
lemmy.world

Try KDEConnect (or GSConnect for gnome). Clients for Linux, BSD, Android, Sailfish, iOS, macOS and Windows.

Another option (maybe better, depending on your distro) is Warpinator. Linux, Windows, and Android.

24
Redjardreply
reddthat.com

Kdeconnect is usually gonna go over regular wifi or ethernet. So that might go phone to ap to laptop, for twice the wifi hops.
Also means the speed is limited by the router, so modern phones would be slowed by an older access point.
Or by being far from the access point yet close together.

11

Oh I see, thanks. I didn't understand what OP meant by Wi-fi Direct, I was thinking it just meant going over the LAN via the router. So I guess this means a device making itself into a wi-fi hotspot with is own local IP address that can be connected to directly, right?

3
feddit.org

not to be a downer, but this makes it look like its not much more than an Idea:

Current status (what works / what doesn't) Connection

Linux → Android (functional in the deprecated version, check deprecated/ directory)
Linux ↔ Linux (not implemented yet)
Android ↔ Android (not implemented yet)

File transfer

Android → Linux
Linux → Android
16

you are right that it does make it look like nothing more than an idea but honestly that's fine by me and maybe I should mention that p2p peer discovery works right now and yeah that's might not be much but well... we all start somewhere, don't we!

12
lemmy.zip

I don't want to take away your steam, but doesn't LocalSend already do that?

https://github.com/localsend/localsend

I'd love it if you contributed instead, if these projects are really interchangable as I think they are.

Love your work anyway!

3
Im28xwareply
lemdro.id

Unfortunately it doesn't, Localsend relies on a WiFi hotspot or AP to transfer files, what I am trying to build uses WiFi Direct (aka WiFi P2P), these two are not interchangeable nor interoperable.

8

I deleted that. I read your Goals and I think I understand why they are different now. Cool project

3

LocalSend doesn't use wifi direct which means your devices have to be on the same network for the transfer. WiFi direct is more like AirDrop -- "direct".

4
lemmy.zip

Would be nice if done well, I would suggest you post again if you have a usable version (basically a beta) because I for example will not follow a random github repo from a half-baked project that may be abandoned anytime. Even though I woulf look forward to something you described. So dont let this be a downer but post again if you have the core things implemented.

8
Im28xwareply
lemdro.id

Yep I am aware of it but The thing is Linux doesn't support it yet and most android phones still don't support it yet unlike WiFi Direct, so until that day comes WiFi Direct it is

2
Im28xwareply
lemdro.id

you are right, linux does support wifi aware although the problem is that afaik Wi-Fi chipset and driver support is still lacking behind so most people can't really create aware networks (I just tried on my machine, I can't)

3

Probably depends on the age of the wifi chip. On my framework laptop it is supported

1

You reached the end

I am building a file transfer app purpose built for Linux and Android | Spyke