Simple user-to-user file transfer without configuration in a LAN

There are many solutions to share one or more files, from setting up a Samba share, to a personal directory in a HTTP or FTP server, they have one big common flaw: they do not “just work”. As a consequence people often use services relying on an external server (such as email and chat), or removable devices. In some cases it is not even reasonable to do server-based communication, as is the case of meshed networks.

An ideal system should automatically discover other users in the neighborhood, list them and let the user choose who to send files. The system should also work without any configuration, without the need to tell one’s IP address, and without requiring any operation from the administrator, such as setting up a server or configuring a service.

For my dissertation I’m going to develop a program to satisfy those needs enabling users to easily send and share files over a LAN and I want to propose it as a Summer of Code project for GNOME. Detailed proposal here. Anyone want to mentor me?

Update: The project has been accepted and it’s now called Telekinesis.

19 thoughts on “Simple user-to-user file transfer without configuration in a LAN

  1. I use OBEX (http://en.wikipedia.org/wiki/OBEX) over bluetooth extensively between a couple of workstations (one windows), a laptop, my phone and nokia 770 that are all on different IP networks. Its reasonably well supported on lots of mobile devices and as far as I can see there is no reason it couldn’t work over TCP/IP using zeroconf/avahi using PCs on the same network without config. Its already reasonably well supported on Linux (although it could be much better, and support is improving). There is a gnome-vfs-obex module, the obex server could be easier to configure, but IP/zeroconf support would be awesome. Your extending an existing standard and improving the support which means it would work well out of the box as part of an open standard with hundreds of devices.

    Like

  2. What you want already exists! Gajim (jabber-client) works in a local network without any configuration due to avahi!

    Like

  3. Samba works fine. Don’t you think it would be better to fix what would be broken instead of running away ? Stop NIH.

    And what happened to Novell folders ?

    Like

  4. I agree that this is a needed system.. And I don’t think any of the tools out there hit the nail on the head.

    A user should be able to right click a file and go “send to> network user> (list of network machines)”

    Like

  5. Yes, if you write such a thing, please do it in context of Telepathy. Fix up Salut and Gossip to work right. The solution is already nearly done.

    Like

  6. The problem with auto-discovery is you have to install the application on both machines, with woof you only need it in one machine… It’s all about pros/cons.

    Like

  7. @Nikolaus:
    woof is just a simple web server, it has advantages but it’s not what I want. Adding needed features to it is more difficult than writing what I want using telepathy, telepathy-salut, etc.

    @Christian Kellner:
    Probably sjoerd, the author of telepathy-salut, will be my mentor.

    @steve:
    Gajim is using the iChat protocol, the same protocol I want to use through telepathy-salut.

    @Benoit DEJEAN:
    I’m not inventing anything, I’m using known protocols: basic XMPP, the iChat protocol for link-local messages (XEP-0174), standard XMPP file transfer (XEP-0096).

    Moreover Samba shares folders, I want something to send files as you usually do with email and chat.

    @nick podges:
    nautilus-send-to uses plugins so it should easy to integrate it with my program.

    @Jerome Haltom:
    Yes, it’s what I want to do.

    @Jesus:
    But with woof you have to communicate your ip address, the port, etc.

    Like

  8. Please make sure to support multiple simulateneous logins on the same machine and on different machines properly!

    Like

  9. Personally I think that file sharing (making a folder public on the network, to all or to a group) is more useful and simpler than file sending (sending a file once, to one person).

    I wish that gnome-user-share or even SMB file sharing worked for me in Ubuntu.

    Like

  10. I seem to recall the OLPC project having some form of mesh network chat. Probably the same protocol and software, but a different GUI and with file sharing added would be a good start. I’m sure it’s all Telepathy goodness too!

    Like

  11. Pingback: Blog
  12. Pingback: Blog
  13. Pingback: Blog

Comments are closed.