{"id":29656563,"url":"https://github.com/workofaditya/airlink","last_synced_at":"2026-04-04T20:32:37.760Z","repository":{"id":273403784,"uuid":"919601355","full_name":"WorkofAditya/AirLink","owner":"WorkofAditya","description":"AirLink is a user-friendly web-based file-sharing platform.","archived":false,"fork":false,"pushed_at":"2026-03-16T14:51:04.000Z","size":1655,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-17T01:48:37.581Z","etag":null,"topics":["airlink","css","file-sharing","flask","ftp","html","javascript","lan","local-file-sharing","localhost","network","python","socket-io","wlan"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WorkofAditya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-20T17:34:16.000Z","updated_at":"2026-03-04T10:40:40.000Z","dependencies_parsed_at":"2025-02-27T17:23:30.951Z","dependency_job_id":"d405d857-fed7-4159-982b-27dd898cf756","html_url":"https://github.com/WorkofAditya/AirLink","commit_stats":null,"previous_names":["adityasinh-sodha/airlink","workofaditya/airlink"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/WorkofAditya/AirLink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FAirLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FAirLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FAirLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FAirLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorkofAditya","download_url":"https://codeload.github.com/WorkofAditya/AirLink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FAirLink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airlink","css","file-sharing","flask","ftp","html","javascript","lan","local-file-sharing","localhost","network","python","socket-io","wlan"],"created_at":"2025-07-22T08:35:57.262Z","updated_at":"2026-04-04T20:32:37.751Z","avatar_url":"https://github.com/WorkofAditya.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/b4a60e4d-dcb6-4d7e-80f0-aee4cbb84c19\" alt=\"Logo\" width=\"150\" height=\"150\"\u003e\n  \u003c/a\u003e\n \n  # _Send it,_ with [AirLink](https://github.com/WorkofAditya/Airlink)\n\n  \u003cp\u003e\n    Transfer files instantly over your local network.\n    \u003cbr\u003e\n    No login. No cloud. Just connect and send.\n    \u003cbr\u003e \n    \u003cb\u003eDeveloped by \u003ca href=\"https://github.com/WorkofAditya/\"\u003eAdityasinh\u003c/a\u003e\u003c/b\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/WorkofAditya/Airlink/issues\"\u003eReport a bug\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/WorkofAditya/Airlink/issues\"\u003eRequest feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n       \nAirLink 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.\n\n\n![Airlink Mokeup 21](https://github.com/user-attachments/assets/e0053090-a35f-49c6-8cfb-72f4a8790c4f)\n\n## Features\n- Automatically detects devices on the same network.\n- Displays available devices in list.\n- Simple click-to-select device functionality.\n- Send files directly to the selected device with a single click.\n- Send messages via right click or hold\n- Supports various file types and sizes.\n- Incorporates Socket.IO for real-time communication between devices.\n\n## Setup Instructions\n\n### Prerequisites\n- Python 3.x installed on your system.\n- Flask framework.\n\n### Steps to setup locally\n1. Clone the repository or download the project files.\n2. Install necessary library:\n   ```\n   pip install -r requirements.txt\n   ```\n3. Run the `app.py` file:\n   ```bash\n   python3 app.py\n   ```\n4. Open your web browser and go to `http://\u003clocal_ip\u003e:5000`.\n\n\n## Technologies Used\n- **Frontend**: HTML, CSS, JavaScript\n- **Backend**: Python (WSGI) \n- **Real-time Communication**: Socket.IO\n\n![airlink 2](https://github.com/user-attachments/assets/39a423b5-e273-4fe8-868a-f8ab7dc1c0db)\n\n\n\u003c!-- ## AirLink is live on: \n- [**Railway**](https://airlink.up.railway.app/) \n- [**Render**](https://airlink-ma0q.onrender.com/) \n--\u003e\n## License\nThis project is licensed under the [GPL 3.0 - License](https://github.com/Adityasinh-Sodha/AirLink/blob/main/LICENSE).\n## Author\nDeveloped by **Adityasinh**.\n\n---\n\nExperience the ease of sharing files with **AirLink Network**. Happy Sharing!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkofaditya%2Fairlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkofaditya%2Fairlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkofaditya%2Fairlink/lists"}