Giter VIP home page Giter VIP logo

airlink's Introduction

Logo

Screenshot

A mobile file explorer with peer to peer file transfer and remote file server connection. Note: as mobile networks usually prevent devices to act as servers the peer to peer file transfer will generaly just work when the devices are on the same wifi network.

Install

Download airlink.apk for Android or compile the source with Flutter.

Download airlink_server for Linux or compile with Go. The server is not needed for peer to peer file transfer.

Server mode

Device

A device can be configured as a server: in the app select the root directory and start the server. The connected remote devices will be able to download from this directory. A flashable qr code will be available for other devices to auto config this datalink.

Fileserver

Place a config.json file next to the binary:

{
   "name": "Local file server",
   "port": "8084",
   "api_key": "API_KEY",
   "protocol": "http",
   "type": "server"
}

To serve data create a static folder next to the server binary: this is the root folder for the data to be served

To generate a qr code in the terminal for devices autoconfig:

./airlink -c

To generate a qr code image for devices autoconfig:

./airlink -ci

airlink's People

Contributors

synw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

airlink's Issues

apikey

what is the apikey that the echo middleware expects ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.