AirLink is a streamlined and user-friendly web-based file-sharing platform designed to facilitate secure and fast file transfers between devices connected to the same network.
- Automatically detects devices on the same network.
- Displays available devices in list.
- Simple click-to-select device functionality.
- Send files directly to the selected device with a single click.
- Send messages via right click or hold
- Supports various file types and sizes.
- Incorporates Socket.IO for real-time communication between devices.
- Python 3.x installed on your system.
- Flask framework.
- Clone the repository or download the project files.
- Install necessary library:
pip install -r requirements.txt
- Run the
app.py
file:python3 app.py
- Open your web browser and go to
http://<local_ip>:5000
.
- Frontend: HTML, CSS, JavaScript
- Backend: Python (WSGI)
- Real-time Communication: Socket.IO
This project is licensed under the GPL 3.0 - License.
Developed by Adityasinh.
Experience the ease of sharing files with AirLink Network. Happy Sharing!